aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-07-09 11:27:17 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-07-09 11:27:17 -0400
commit9562fde36d6d28188210eb6053b9e2f9a9242702 (patch)
tree2f7bbbf62f2418e999af06cfd67f67b54f3649c8 /src/render.cpp
parent57a1eb6fdccb9023557d0a470796f423f063948a (diff)
mouse events; wip ui dialog box
Diffstat (limited to 'src/render.cpp')
-rw-r--r--src/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.cpp b/src/render.cpp
index 0c60eed..6e30f21 100644
--- a/src/render.cpp
+++ b/src/render.cpp
@@ -345,7 +345,7 @@ int RenderSystem::init(void)
return -1;
}
- SDL_GL_SetSwapInterval(0);
+ SDL_GL_SetSwapInterval(1);
glEnable(GL_BLEND);
glEnable(GL_DEPTH_TEST);