summaryrefslogtreecommitdiff
path: root/themes/src/spring/SpringTheme.cpp
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-24 16:23:43 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-24 16:23:43 -0400
commitff3b7a7fa3f2ce994fb4aaaa9699c1c91fa07904 (patch)
treed62df3ff940c7976923d70e116e502c381f96b97 /themes/src/spring/SpringTheme.cpp
parent61cd8d99e6a3475eaf2bd28bc24892cf1aae0398 (diff)
Working shaders again
Diffstat (limited to 'themes/src/spring/SpringTheme.cpp')
-rw-r--r--themes/src/spring/SpringTheme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/src/spring/SpringTheme.cpp b/themes/src/spring/SpringTheme.cpp
index abe8c6e..39b6bad 100644
--- a/themes/src/spring/SpringTheme.cpp
+++ b/themes/src/spring/SpringTheme.cpp
@@ -44,8 +44,8 @@ void SpringTheme::load(WebglContext* context) {
fetch_shader(
{
- "themes/src/shaders/renderer3d.vert",
- "themes/src/shaders/renderer3d.frag"
+ "themes/src/_shaders/renderer3d.vert",
+ "themes/src/_shaders/renderer3d.frag"
},
on_shaders_loader,
this