Changeset 1106 for trunk/src/platform/nacl
- Timestamp:
- Dec 7, 2011, 2:06:19 AM (11 years ago)
- Location:
- trunk/src/platform/nacl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/platform/nacl/nacl_instance.cpp
r1087 r1106 127 127 return; 128 128 129 Ticker::ClampFps();130 Ticker::TickGame();131 132 129 opengl_context_->MakeContextCurrent(this); 133 130 Ticker::TickDraw(); -
trunk/src/platform/nacl/naclapp.cpp
r1084 r1106 59 59 while (!Ticker::Finished()) 60 60 { 61 /* Tick the game */62 Ticker::TickGame();63 64 61 /* Tick the renderer, show the frame and clamp to desired framerate. */ 65 62 Ticker::TickDraw(); … … 67 64 #if defined __native_client__ 68 65 #endif 69 70 Ticker::ClampFps();71 66 } 72 67 }
Note: See TracChangeset
for help on using the changeset viewer.