Преглед изворни кода

Minor formatting update to Lighting.vert

Ryan McDonough пре 6 месеци
родитељ
комит
c372b32578
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.vert

+ 2 - 2
jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.vert

@@ -186,6 +186,6 @@ void main(){
     #endif
 
     #ifdef USE_FOG
-    fog_distance = distance(g_CameraPosition, (TransformWorld(modelSpacePos)).xyz);
+        fog_distance = distance(g_CameraPosition, (TransformWorld(modelSpacePos)).xyz);
     #endif
-}
+}