Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Jun 22, 2021
1 parent 07a1d9f commit ddb7a68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/shader.cpp
Expand Up @@ -280,8 +280,6 @@ uniform float en_FogStart;
uniform float en_RcpFogRange;
uniform vec4 en_FogColor;
varying float wtf2;
float linearstep(float A, float B, float X) {
float t = (X - A) / (B - A);
Expand Down

0 comments on commit ddb7a68

Please sign in to comment.