You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fix Viewport root order after Node2D raise
This commit is contained in:
@@ -2921,7 +2921,7 @@ void Control::_notification(int p_notification) {
|
||||
queue_redraw();
|
||||
|
||||
if (data.RI) {
|
||||
get_viewport()->_gui_set_root_order_dirty();
|
||||
get_viewport()->gui_set_root_order_dirty();
|
||||
}
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user