diff options
Diffstat (limited to 'templates/api')
| -rw-r--r-- | templates/api/throwshade.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/api/throwshade.html b/templates/api/throwshade.html index d65add6..ae57991 100644 --- a/templates/api/throwshade.html +++ b/templates/api/throwshade.html @@ -34,9 +34,9 @@ CONFIG_SUBST <div id="lcolonq-throwshade-bottom"> <div id="lcolonq-throwshade-bottom-left"> <textarea id="lcolonq-throwshade-textarea"> - vec4 shade(vec2 cs) { - return vec4(0.0, 1.0, 0.0, 1.0); - } +vec4 shade(vec2 cs) { + return vec4(0.0, 1.0, 0.0, 1.0); +} </textarea> </div> <div id="lcolonq-throwshade-bottom-right"> |
