diff options
Diffstat (limited to 'Source/GameInitDispose.cpp')
| -rw-r--r-- | Source/GameInitDispose.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 23880a1..01915d8 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -959,8 +959,11 @@ void Game::LoadingScreen(float percent) - +#ifdef MAC aglSwapBuffers( gOpenGLContext ); +#else + SDL_GL_SwapBuffers( gOpenGLContext ); +#endif } @@ -3488,6 +3491,8 @@ void Game::InitGame() aglSetInteger(gOpenGLContext, AGL_SWAP_INTERVAL, &swapInt); + + } /* |
