need to restore deferred configs on load
changed default vsync to strict (primarily for menus)
This commit is contained in:
parent
b33ab7f434
commit
8aca402163
2 changed files with 6 additions and 3 deletions
|
|
@ -159,7 +159,7 @@ SDL_Surface* GFX_init(int mode) {
|
|||
SDL_ShowCursor(0);
|
||||
TTF_Init();
|
||||
|
||||
gfx.vsync = VSYNC_LENIENT;
|
||||
gfx.vsync = VSYNC_STRICT;
|
||||
gfx.mode = mode;
|
||||
|
||||
// we're drawing to the (triple-buffered) framebuffer directly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue