summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 50d15c4df..2f4bcae20 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -465,6 +465,9 @@ DefaultsData* getPathsDefaults()
AddDEF("simpleVertexShader", "simple_vertex.glsl");
AddDEF("simpleFragmentShader", "simple_frag.glsl");
+ AddDEF("textureVertexShader", "texture_vertex.glsl");
+ AddDEF("textureFragmentShader", "texture_frag.glsl");
+
AddDEF("particles", "graphics/particles/");
AddDEF("portalEffectFile", "warparea.particle.xml");
AddDEF("effectId", -1);