From 59b01d9d67728b0690679c19308243adf11ce949 Mon Sep 17 00:00:00 2001 From: pogokeen Date: Fri, 16 Feb 2018 08:35:45 +0000 Subject: [PATCH] Polymost: fix typo causing bug where persistentStreamBuffer was being reset to the config value when it should be disabled git-svn-id: https://svn.eduke32.com/eduke32@6669 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/polymost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index cfb1d5439..478ee06f3 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -531,7 +531,7 @@ void polymost_glinit() if (persistentStreamBuffer && ((!glinfo.bufferstorage) || (!glinfo.sync))) { OSD_Printf("Your OpenGL implementation doesn't support the required extensions for persistent stream buffers. Disabling...\n"); - persistentStreamBuffer = 0; + r_persistentStreamBuffer = 0; } #endif