X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fmain.cc;h=7e700a6ca661f8110081bda457a2e91bf6d12806;hp=942db477141fc07d4bb152d45d8224c147d87fa6;hb=65fa35533b5f8e26b57a31d5972a7649d71ad684;hpb=cb2703917746784c4ea3408a049ff4297dfc268e diff --git a/src/main.cc b/src/main.cc index 942db47..7e700a6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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;