Browse Source

Fix syntax

Popov72 5 years ago
parent
commit
2698753eff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shaders/default.fragment.fx

+ 1 - 1
src/Shaders/default.fragment.fx

@@ -258,7 +258,7 @@ void main(void) {
     #ifdef RGBDLIGHTMAP
     #ifdef RGBDLIGHTMAP
         lightmapColor.rgb = fromRGBD(lightmapColor);
         lightmapColor.rgb = fromRGBD(lightmapColor);
     #endif
     #endif
-	lightmapColor.rgb *= vLightmapInfos.y
+	lightmapColor.rgb *= vLightmapInfos.y;
 #endif
 #endif
 
 
 #include<lightFragment>[0..maxSimultaneousLights]
 #include<lightFragment>[0..maxSimultaneousLights]