Commit 1599f335 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile error

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404142
parent 6d92d750
...@@ -208,7 +208,7 @@ main(int argc, char *argv[]) ...@@ -208,7 +208,7 @@ main(int argc, char *argv[])
state->gl_green_size = 5; state->gl_green_size = 5;
state->gl_blue_size = 5; state->gl_blue_size = 5;
state->gl_depth_size = 16; state->gl_depth_size = 16;
state->gl_doublebuffer = 1; state->gl_double_buffer = 1;
if (fsaa) { if (fsaa) {
state->gl_multisamplebuffers = 1; state->gl_multisamplebuffers = 1;
state->gl_multisamplesamples = fsaa; state->gl_multisamplesamples = fsaa;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment