fix OpenGL3App argument order

This commit is contained in:
Max Argus
2018-05-08 14:19:11 +02:00
parent 3d499c8a7a
commit 5e8ee98f2e
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ static void printGLString(const char *name, GLenum s) {
bool sOpenGLVerbose = true;
SimpleOpenGL3App::SimpleOpenGL3App(const char* title, int width, int height, bool allowRetina, int maxNumObjectCapacity, int maxShapeCapacityInBytes, int windowType, int renderDevice)
SimpleOpenGL3App::SimpleOpenGL3App(const char* title, int width, int height, bool allowRetina, int windowType, int renderDevice, int maxNumObjectCapacity, int maxShapeCapacityInBytes)
{
gApp = this;