Browse Source

Merge pull request #49160 from lawnjelly/fix_canvas_rect_bound

Fix canvas rect bound calculation
Rémi Verschelde 4 years ago
parent
commit
b2059caf70
1 changed files with 0 additions and 1 deletions
  1. 0 1
      servers/visual/rasterizer.h

+ 0 - 1
servers/visual/rasterizer.h

@@ -1043,7 +1043,6 @@ public:
 
 				if (found_xform) {
 					r = xf.xform(r);
-					found_xform = false;
 				}
 
 				if (first) {