Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
386f1690
Commit
386f1690
authored
Jan 09, 2018
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'const-correct-texcoord' into mh-symbol-vis
parents
358af334
7ddade5f
Pipeline
#6029
passed with stage
in 3 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenVolumeMesh/Attribs/TexCoordAttrib.hh
src/OpenVolumeMesh/Attribs/TexCoordAttrib.hh
+1
-1
No files found.
src/OpenVolumeMesh/Attribs/TexCoordAttrib.hh
View file @
386f1690
...
...
@@ -76,7 +76,7 @@ public:
return
vtexcoord_prop_
[
_h
.
idx
()];
}
bool
vertex_texcoords_available
()
{
return
vertex_texcoords_available_
;
}
bool
vertex_texcoords_available
()
const
{
return
vertex_texcoords_available_
;
}
void
clear_vertex_texcoords
();
...
...
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