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

Update another broken asset path

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

+ 1 - 1
jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.frag

@@ -20,7 +20,7 @@ uniform vec4 g_LightData[NB_LIGHTS];
 uniform vec3 g_CameraPosition;
 
 #ifdef USE_FOG
-    #import "MatDefs/ShaderLib/MaterialFog.glsllib"
+    #import "Common/ShaderLib/MaterialFog.glsllib"
 #endif
 
 void main(){