Browse Source

Forces screen/window to be posted before we enter the event message loop.

setaylor 13 years ago
parent
commit
b1dfb4ac4c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gameplay/src/PlatformBlackBerry.cpp

+ 2 - 0
gameplay/src/PlatformBlackBerry.cpp

@@ -886,6 +886,8 @@ int Platform::enterMessagePump()
 
     _game->run();
 
+    Platform::swapBuffers();
+
     // Message loop.
     while (true)
     {