From cbec65be682beb6ebdae5fe54536172998eb8f75 Mon Sep 17 00:00:00 2001 From: terminx Date: Fri, 16 Aug 2019 15:57:16 +0000 Subject: [PATCH] Reduce stencil buffer size Revert if it causes issues in anything. git-svn-id: https://svn.eduke32.com/eduke32@8035 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/sdlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/sdlayer.cpp b/source/build/src/sdlayer.cpp index 79a89b98a..d1f1acf32 100644 --- a/source/build/src/sdlayer.cpp +++ b/source/build/src/sdlayer.cpp @@ -1615,7 +1615,7 @@ int32_t videoSetMode(int32_t x, int32_t y, int32_t c, int32_t fs) { SDL_GL_MULTISAMPLEBUFFERS, glmultisample > 0 }, { SDL_GL_MULTISAMPLESAMPLES, glmultisample }, #endif - { SDL_GL_STENCIL_SIZE, 8 }, + { SDL_GL_STENCIL_SIZE, 1 }, { SDL_GL_ACCELERATED_VISUAL, 1 }, };