Fix crash that occurs if there is an error in the SGCT configuration file

This commit is contained in:
Alexander Bock
2017-02-22 15:31:59 -05:00
parent 2ee1f9984c
commit 965cf6bd9a
6 changed files with 17 additions and 10 deletions

View File

@@ -98,6 +98,7 @@ public:
// SGCT callbacks
bool initialize();
bool initializeGL();
void deinitialize();
void preSynchronization();
void postSynchronizationPreDraw();
void render(const glm::mat4& projectionMatrix, const glm::mat4& viewMatrix);