summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 21:10:09 +0800
committerchai <chaifix@163.com>2021-10-31 21:10:09 +0800
commit20577019253d0b2938fbf0057eed0bda72556e82 (patch)
tree482c0cb63edca56d1513e06c511e26cd1a2974c8 /Data
parentfb67e0d20264e615545e3af2b9fa8e18eb50526e (diff)
*misc
Diffstat (limited to 'Data')
-rw-r--r--Data/Resources/Shaders/Editor-Text.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl
index e20d36b..bc71fff 100644
--- a/Data/Resources/Shaders/Editor-Text.glsl
+++ b/Data/Resources/Shaders/Editor-Text.glsl
@@ -35,4 +35,4 @@ void main()
vec4 sampled = vec4(1,1,1,texture(uiTex, uv).r);
FragColor = sampled;
}
-FSH_END \ No newline at end of file
+FSH_END