diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ int main(int argc, char **argv) { Scene scene; - //SDL_WM_GrabInput(SDL_GRAB_ON); + SDL_ShowCursor(SDL_DISABLE); SDL_WarpMouse(video::width/2, video::height/2); scene.last_time = SDL_GetTicks(); |