[client] our source is vairable frame rate, we can't double buffer at all

This commit is contained in:
Geoffrey McRae
2017-12-14 10:30:55 +11:00
parent 04f7800df4
commit dd0930d265
2 changed files with 3 additions and 3 deletions

View File

@@ -661,6 +661,8 @@ 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,