We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884581a commit 3503b92Copy full SHA for 3503b92
code/def_files/main-f.sdr
@@ -291,7 +291,7 @@ void main()
291
// Normal map - convert from DXT5nm
292
vec2 normalSample;
293
normal.rg = normalSample = (texture(sNormalmap, texCoord).ag * 2.0) - 1.0;
294
- normal.b = 1.0;;
+ normal.b = 1.0;
295
normal = fragTangentMatrix * normal;
296
float norm = length(normal);
297
// prevent breaking of normal maps
0 commit comments