Browse Source

Update pbr.fs

Ray 9 months ago
parent
commit
6fbf08cc1f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/shaders/resources/shaders/glsl100/pbr.fs

+ 0 - 1
examples/shaders/resources/shaders/glsl100/pbr.fs

@@ -24,7 +24,6 @@ varying vec3 fragNormal;
 varying vec4 shadowPos;
 varying mat3 TBN;
 
-
 // Input uniform values
 uniform int numOfLights;
 uniform sampler2D albedoMap;