remove half_texpixel in canvas since no longer used

This commit is contained in:
Juan Linietsky 2017-11-12 08:29:28 -03:00
parent 46bbe3a541
commit 7eabbeb5af

View file

@ -381,7 +381,6 @@ void main() {
if (clip_rect_uv) {
vec2 half_texpixel = color_texpixel_size * 0.5;
uv = clamp(uv,src_rect.xy,src_rect.xy+abs(src_rect.zw));
}