From 381ba5da4abf088b82abf7d6e0462b1e1f10e4a2 Mon Sep 17 00:00:00 2001 From: Bam4d Date: Sun, 24 Dec 2023 21:59:50 +0000 Subject: [PATCH] fixing tiny error --- compile_shaders.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_shaders.bat b/compile_shaders.bat index cb6f258c..2f094ce0 100644 --- a/compile_shaders.bat +++ b/compile_shaders.bat @@ -7,7 +7,7 @@ CALL :compile_shaders_in_dir .\tests\resources\observer\block\shaders\global_lig CALL :compile_shaders_in_dir .\tests\resources\observer\isometric\shaders\lighting CALL :compile_shaders_in_dir .\tests\resources\observer\sprite\shaders\health_bars -CALL :compile_shaders_in_dir ".\python\examples\Custom Shaders\Global Lighting\shader" +CALL :compile_shaders_in_dir ".\python\examples\Custom Shaders\Global Lighting\shaders" CALL :compile_shaders_in_dir ".\python\examples\Custom Shaders\Health Bars\shaders" CALL :compile_shaders_in_dir ".\python\examples\Custom Shaders\Object Lighting\shaders"