summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sars.c b/src/sars.c
index 5f4019a..6d866e9 100644
--- a/src/sars.c
+++ b/src/sars.c
@@ -175,7 +175,7 @@ static void * sars_init(play_t *play, int argc, char *argv[])
fatal_if(SDL_GL_SetAttribute(SDL_GL_ALPHA_SIZE, 8) < 0, /* this in particular is required for cache-node.c to work w/alpha */
"Unable to set GL alpha size attribute");
-#define MSAA_RENDER_TARGET
+//#define MSAA_RENDER_TARGET
#ifdef MSAA_RENDER_TARGET
fatal_if(SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 4) < 0,
"Unable to et GL multisample samples attribute");
© All Rights Reserved