Fix stack corruption bug in TouchMarker

This commit is contained in:
Emil Axelsson
2017-11-02 18:10:30 +01:00
parent ad1a4a21fb
commit 2c486ac38b
2 changed files with 7 additions and 9 deletions

View File

@@ -66,9 +66,9 @@ class TouchMarker : public properties::PropertyOwner {
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
std::vector<GLfloat> _vertexData;
GLuint _quad;
GLuint _vertexPositionBuffer;
int _numFingers;
};
} // openspace namespace