summaryrefslogtreecommitdiff
path: root/Data/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Data/Resources')
-rw-r--r--Data/Resources/Shaders/Editor-Text.glsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl
index af76555..3566b28 100644
--- a/Data/Resources/Shaders/Editor-Text.glsl
+++ b/Data/Resources/Shaders/Editor-Text.glsl
@@ -1,12 +1,12 @@
#version 330 core
-CMD_BEGIN
+// CMD_BEGIN
-Cull Both
-DepthTest Off
-Blend SrcAlpha OneMinusSrcAlpha
+// Cull Both
+// DepthTest Off
+// Blend SrcAlpha OneMinusSrcAlpha
-CMD_END
+// CMD_END
uniform mat4 gamelab_mat_mvp;
uniform sampler2D uiTex;