Changeset 229 for trunk/src/gl
- Timestamp:
- 05/06/14 04:59:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_device.cc
r228 r229 49 49 SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 ); 50 50 51 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 );52 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 );51 // SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 ); 52 // SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 ); 53 53 54 54 #if NV_SDL_VERSION == NV_SDL_20
Note: See TracChangeset
for help on using the changeset viewer.