Changeset 616 for trunk/deushax/deushax.cpp
- Timestamp:
- Feb 9, 2011, 12:23:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deushax/deushax.cpp
r615 r616 73 73 Ticker::TickGame(); 74 74 75 /* Clear the screen, tick the renderer, show the frame and 76 * clamp to desired framerate. */ 77 Video::Clear(); 75 /* Tick the renderer, show the frame and clamp to desired framerate. */ 78 76 Ticker::TickDraw(); 79 77 SDL_GL_SwapBuffers();
Note: See TracChangeset
for help on using the changeset viewer.