hide mouse cursor

This commit is contained in:
Josh Holtrop 2013-11-24 22:31:55 -05:00
parent 553c0611c8
commit e65f46bca3

View File

@ -120,6 +120,8 @@ class ScreenSaver
}
DerelictGL3.reload();
SDL_ShowCursor(0);
}
void run()