summaryrefslogtreecommitdiffstats
path: root/src/opengl/util/texture_brush.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/util/texture_brush.glsl')
-rw-r--r--src/opengl/util/texture_brush.glsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/util/texture_brush.glsl b/src/opengl/util/texture_brush.glsl
index 93865b8..9498255 100644
--- a/src/opengl/util/texture_brush.glsl
+++ b/src/opengl/util/texture_brush.glsl
@@ -17,7 +17,5 @@ vec4 brush()
coords *= inv_brush_texture_size;
- coords.y = -coords.y;
-
return texture2D(brush_texture, coords);
}