Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-FileOFF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-FileOFF
Commits
765c846d
Commit
765c846d
authored
Jun 07, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo
parent
b80dd142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FileOFF.cc
FileOFF.cc
+1
-1
No files found.
FileOFF.cc
View file @
765c846d
...
...
@@ -362,7 +362,7 @@ bool FileOFFPlugin::readFileOptions(QString _filename, OFFImporter& _importer) {
}
if
(
_importer
.
hasTextureCoords
()
)
{
for
(
int
index
=
0
;
index
<
2
;
++
i
)
readValue
(
ifs
,
dummy_f
);
for
(
int
index
=
0
;
index
<
2
;
++
i
ndex
)
readValue
(
ifs
,
dummy_f
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment