[client] enable vsync again but draw to front for cursor updates

This commit is contained in:
Geoffrey McRae
2017-12-13 05:55:01 +11:00
parent e7511b30bb
commit 85c83d2417
2 changed files with 15 additions and 6 deletions

View File

@@ -661,7 +661,6 @@ int run()
FcPatternDestroy(pat);
}
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 0);
state.window = SDL_CreateWindow(
"Looking Glass (Client)",
params.center ? SDL_WINDOWPOS_CENTERED : params.x,