aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2017-01-19 09:14:12 -0500
committerAndy <drumsetmonkey@gmail.com>2017-01-19 09:14:12 -0500
commit19a32074595a4a2797eaeb978f8bd302f736f6a6 (patch)
tree3a25ebaf1c84746a16a7595175da6029ef3feb15 /main.cpp
parentfbd59263b52a42f85453ae918f8d2ab5817bd470 (diff)
Limb animation actually works
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index a9ccac8..f04581a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -106,9 +106,9 @@ int main(int argc, char *argv[])
// some basic OpenGL setup stuff
//
- SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
+ SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 0);
// enable v-sync (TODO but 1000 fps?)
- SDL_GL_SetSwapInterval(1);
+ SDL_GL_SetSwapInterval(0);
// hide the cursor
SDL_ShowCursor(SDL_DISABLE);
// switch to pixel grid