Skip to content

Commit ff6afa3

Browse files
committed
Fix bug: Failed to open file volumetric_fog.fx
1 parent ad157ac commit ff6afa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Shader/textures.fxsub

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ texture FogMap: OFFSCREENRENDERTARGET<
3333
string DefaultEffect =
3434
"GroundFog*.*= ./Fog/GroundFog/ground_fog.fx;"
3535
"AtmosphericFog*.*= ./Fog/AtmosphericFog/atmospheric_fog.fx;"
36-
"VolumetricFog.pmx =./Fog/VolumetricFog/volumetric_fog.fx;"
3736
"VolumetricCube.pmx =./Fog/VolumetricCube/volumetric_cube.fx;"
3837
"VolumetricSphere.pmx =./Fog/VolumetricSphere/volumetric_sphere.fx;"
3938
"* = hide;";

0 commit comments

Comments
 (0)