|
@@ -402,8 +402,7 @@ namespace oxygine
|
|
|
file::init(desc.companyName, desc.appName);
|
|
file::init(desc.companyName, desc.appName);
|
|
|
|
|
|
|
|
#ifdef OXYGINE_SDL
|
|
#ifdef OXYGINE_SDL
|
|
|
- // unused variable (hotfix/compiler-warnings)
|
|
|
|
|
- // int missing = initGLExtensions(SDL_GL_GetProcAddress);
|
|
|
|
|
|
|
+ initGLExtensions(SDL_GL_GetProcAddress);
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
Point size = getDisplaySize();
|
|
Point size = getDisplaySize();
|