소스 검색

Fix update of canvas AABB with update_when_visible

Ensure the AABB of canvas items is always updated when
`update_when_visible` is enabled.
JFonS 6 년 전
부모
커밋
964338b06b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      servers/visual/rasterizer.h

+ 1 - 1
servers/visual/rasterizer.h

@@ -870,7 +870,7 @@ public:
 		Rect2 global_rect_cache;
 
 		const Rect2 &get_rect() const {
-			if (custom_rect || !rect_dirty)
+			if (custom_rect || (!rect_dirty && !update_when_visible))
 				return rect;
 
 			//must update rect