Kaynağa Gözat

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

setaylor 13 yıl önce
ebeveyn
işleme
b1dfb4ac4c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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)
     {