removed VSYNC using, games get desynced when using it with timer

This commit is contained in:
BADIM-PC\Vadim 2017-12-31 12:41:55 +03:00
parent 75491eaa54
commit 9d722bfb87
1 changed files with 1 additions and 1 deletions

View File

@ -2709,7 +2709,7 @@ static void onFSInitialized(FileSystem* fs)
#if defined(__CHIP__) #if defined(__CHIP__)
SDL_RENDERER_SOFTWARE SDL_RENDERER_SOFTWARE
#else #else
SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC SDL_RENDERER_ACCELERATED
#endif #endif
); );