mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Fixes global transform being wrong on entering tree
This commit is contained in:
parent
89cc635c05
commit
0a726d692a
@ -315,6 +315,7 @@ void CanvasItem::_notification(int p_what) {
|
||||
}
|
||||
}
|
||||
|
||||
_set_global_invalid(true);
|
||||
_enter_canvas();
|
||||
|
||||
RenderingServer::get_singleton()->canvas_item_set_visible(canvas_item, is_visible_in_tree()); // The visibility of the parent may change.
|
||||
|
Loading…
Reference in New Issue
Block a user