Mercurial > sdl-ios-xcode
changeset 3418:fba883490f72
Fixed compile error
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 28 Oct 2009 06:08:48 +0000 |
parents | 64a60c5d502e |
children | e00d6ecb5d4b |
files | test/testgl2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testgl2.c Wed Oct 28 06:04:07 2009 +0000 +++ b/test/testgl2.c Wed Oct 28 06:08:48 2009 +0000 @@ -208,7 +208,7 @@ 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;