Reenable digital universe on default

Fix refresh rate setting in configuration_helper
This commit is contained in:
Alexander Bock
2017-12-18 11:58:22 -05:00
parent d26cc999e9
commit 0b0ad54028
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -65,9 +65,9 @@ class TouchMarker : public properties::PropertyOwner {
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
GLuint _quad;
GLuint _vertexPositionBuffer;
int _numFingers;
GLuint _quad = 0;
GLuint _vertexPositionBuffer = 0;
int _numFingers = 0;
};
} // openspace namespace