summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/PythonWrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp
index 22e9d65..d1e684f 100644
--- a/GUI/GUI/GUI/PythonWrapper.cpp
+++ b/GUI/GUI/GUI/PythonWrapper.cpp
@@ -522,9 +522,9 @@ bool PythonWrapper::GenerateAnimator(
std::string generate_menu_path = "Resources/Scripts/generate_menu.py";
std::string generate_shader_path = "Resources/Scripts/generate_shader.py";
std::string shader_template_path = "Resources/Shaders/TaSTT_template.shader";
- std::string shader_lighting_template_path = "Resources/Shaders/TaSTT_lighting_template.cginc";
+ std::string shader_lighting_template_path = "Resources/Shaders/STT_generated_template.cginc";
std::string shader_path = "Resources/Shaders/TaSTT.shader";
- std::string shader_lighting_path = "Resources/Shaders/TaSTT_lighting.cginc";
+ std::string shader_lighting_path = "Resources/Shaders/STT_generated.cginc";
// Generated directory locations
std::filesystem::path tastt_generated_dir_path =