Ver código fonte

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

setaylor 13 anos atrás
pai
commit
b1dfb4ac4c
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      gameplay/src/PlatformBlackBerry.cpp

+ 2 - 0
gameplay/src/PlatformBlackBerry.cpp

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