summaryrefslogtreecommitdiffstats
path: root/src/opengl/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/util')
-rw-r--r--src/opengl/util/pattern_brush.glsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/util/pattern_brush.glsl b/src/opengl/util/pattern_brush.glsl
index e070449..ac139b2 100644
--- a/src/opengl/util/pattern_brush.glsl
+++ b/src/opengl/util/pattern_brush.glsl
@@ -17,8 +17,6 @@ vec4 brush()
coords *= inv_brush_texture_size;
- coords.y = -coords.y;
-
float alpha = texture2D(brush_texture, coords).r;
return gl_Color * alpha;