fixed interaction bug
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user