mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Fixed compile error
This commit is contained in:
parent
bce225654d
commit
ed1b37d2bc
|
|
@ -208,7 +208,7 @@ main(int argc, char *argv[])
|
|||
state->gl_green_size = 5;
|
||||
state->gl_blue_size = 5;
|
||||
state->gl_depth_size = 16;
|
||||
state->gl_doublebuffer = 1;
|
||||
state->gl_double_buffer = 1;
|
||||
if (fsaa) {
|
||||
state->gl_multisamplebuffers = 1;
|
||||
state->gl_multisamplesamples = fsaa;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user