diff --git a/src/app.d b/src/app.d index caacc4e..d20f3a7 100644 --- a/src/app.d +++ b/src/app.d @@ -125,6 +125,8 @@ int main() return 1; } + SDL_GL_SetSwapInterval(0); + init(); SDL_AddTimer(5, &tick, null); resize(WIDTH, HEIGHT);