- fixed incompletely changed shader.
It was still using a variable from the first revision that no longer exists.
This commit is contained in:
parent
1004ac1636
commit
738b9ceb08
2 changed files with 1 additions and 7 deletions
|
|
@ -250,12 +250,6 @@ bool FShader::Load(const char * name, const char * vert_prog_lump, const char *
|
|||
i_data += "uniform float uDesaturationFactor;\n";
|
||||
i_data += "uniform float uInterpolationFactor;\n";
|
||||
|
||||
i_data += "uniform float uObjectDesaturationFactor;\n";
|
||||
i_data += "uniform float uObjectColorizeFactor;\n";
|
||||
i_data += "uniform int uObjectBlendMode;\n";
|
||||
i_data += "uniform int uObjectInvertColor;\n";
|
||||
|
||||
|
||||
// Glowing walls stuff
|
||||
i_data += "uniform vec4 uGlowTopPlane;\n";
|
||||
i_data += "uniform vec4 uGlowTopColor;\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue