Changeset 617 for trunk/monsterz/monsterz.cpp
- Timestamp:
- Feb 9, 2011, 12:23:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/monsterz.cpp
r616 r617 52 52 SDL_ShowCursor(0); 53 53 54 /* Initialise OpenGL */ 54 /* Initialise everything */ 55 Ticker::Setup(FPS); 55 56 Video::Setup(video->w, video->h); 56 57 Audio::Setup(2); … … 75 76 Ticker::TickDraw(); 76 77 SDL_GL_SwapBuffers(); 77 Ticker::ClampFps( 1000.0f / FPS);78 Ticker::ClampFps(); 78 79 } 79 80
Note: See TracChangeset
for help on using the changeset viewer.