Explorar el Código

Merge pull request #49160 from lawnjelly/fix_canvas_rect_bound

Fix canvas rect bound calculation
Rémi Verschelde hace 4 años
padre
commit
b2059caf70
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {