We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a98c85 commit 2b9b7beCopy full SHA for 2b9b7be
libs/openFrameworks/gl/ofVboMesh.cpp
@@ -24,7 +24,6 @@ ofVboMesh::ofVboMesh(const ofMesh & mom)
24
vboNumColors = 0;
25
vboNumTexCoords = 0;
26
vboNumNormals = 0;
27
- updateSet = false;
28
}
29
30
void ofVboMesh::operator=(const ofMesh & mom)
libs/openFrameworks/gl/ofVboMesh.h
@@ -51,5 +51,5 @@ class ofVboMesh: public ofMesh{
51
std::size_t vboNumNormals;
52
std::size_t vboNumTexCoords;
53
std::size_t vboNumColors;
54
- bool updateSet;
+ bool updateSet = false;
55
};
0 commit comments