mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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
This commit is contained in:
parent
facc69f142
commit
a13a8bf579
1 changed files with 2 additions and 2 deletions
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue