From a13a8bf579143b53ed8850bdc9202e24b873fd2e Mon Sep 17 00:00:00 2001 From: pogokeen Date: Tue, 3 Jul 2018 04:29:23 +0000 Subject: [PATCH] polymost.cpp: make c_wrapThreshold consistent between POLYMOST1_BASIC_FRAGMENT_SHADER_CODE and POLYMOST1_EXTENDED_FRAGMENT_SHADER_CODE git-svn-id: https://svn.eduke32.com/eduke32@6937 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/polymost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 7e33b2f4a..9eeefe0d5 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -1067,7 +1067,7 @@ void polymost_glinit() const float c_one = 1.0;\n\ const float c_two = 2.0;\n\ const vec4 c_vec4_one = vec4(c_one);\n\ - const float c_wrapThreshold = 0.90;\n\ + const float c_wrapThreshold = 0.9;\n\ \n\ void main()\n\ {\n\ @@ -1140,7 +1140,7 @@ void polymost_glinit() const float c_one = 1.0;\n\ const float c_two = 2.0;\n\ const vec4 c_vec4_one = vec4(c_one);\n\ - const float c_wrapThreshold = 0.95;\n\ + const float c_wrapThreshold = 0.9;\n\ \n\ void main()\n\ {\n\