smoothstep for the horizon
[vrfileman] / src / main.cc
index 942db47..7e700a6 100644 (file)
@@ -18,7 +18,7 @@ int main(int argc, char **argv)
        }
 
        SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
-       SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 1);
+       SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 4);
        SDL_GL_SetAttribute(SDL_GL_FRAMEBUFFER_SRGB_CAPABLE, 1);
 
        int x = SDL_WINDOWPOS_UNDEFINED;