fixed interaction bug

This commit is contained in:
Anakin
2016-09-08 11:36:57 +02:00
parent ee73c16e1f
commit 11a8de82d4
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ class OpenGLController
////////////////////////////////////////////////////////////////////////////////////////////
// constructor/destructor
public:
static OpenGLController& getInstance(int oglMajor = 4, int oglMinor = 5);
static OpenGLController* getInstance(int oglMajor = 4, int oglMinor = 5);
~OpenGLController();
private: