Skip to content

Commit 7d2ca1b

Browse files
committed
Minor fix for CompileShaders script
1 parent 159c8e8 commit 7d2ca1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Shaders/CompileShaders.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if exist %PCFXC% goto continue
4040
set PCFXC=fxc.exe
4141

4242
:continue
43+
@if not exist Compiled mkdir Compiled
4344
call :CompileShader%1 AlphaTestEffect vs VSAlphaTest
4445
call :CompileShader%1 AlphaTestEffect vs VSAlphaTestNoFog
4546
call :CompileShader%1 AlphaTestEffect vs VSAlphaTestVc

0 commit comments

Comments
 (0)