diff options
author | Andy <drumsetmonkey@gmail.com> | 2017-01-19 09:14:12 -0500 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2017-01-19 09:14:12 -0500 |
commit | 19a32074595a4a2797eaeb978f8bd302f736f6a6 (patch) | |
tree | 3a25ebaf1c84746a16a7595175da6029ef3feb15 /main.cpp | |
parent | fbd59263b52a42f85453ae918f8d2ab5817bd470 (diff) |
Limb animation actually works
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |