diff options
author | chai <chaifix@163.com> | 2021-10-31 21:10:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-31 21:10:09 +0800 |
commit | 20577019253d0b2938fbf0057eed0bda72556e82 (patch) | |
tree | 482c0cb63edca56d1513e06c511e26cd1a2974c8 /Data | |
parent | fb67e0d20264e615545e3af2b9fa8e18eb50526e (diff) |
*misc
Diffstat (limited to 'Data')
-rw-r--r-- | Data/Resources/Shaders/Editor-Text.glsl | 2 |
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 |