mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-31 08:11:23 +00:00
further work for 10.0
This commit is contained in:
@@ -1003,7 +1003,7 @@ void setvideomode() {
|
||||
flags = SDL_OPENGL | SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER;
|
||||
SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 1);
|
||||
|
||||
if(vid.antialias && AA_MULTI) {
|
||||
if(vid.antialias & AA_MULTI) {
|
||||
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
|
||||
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 16);
|
||||
glEnable(GL_MULTISAMPLE);
|
||||
|
||||
Reference in New Issue
Block a user