Fix NavigationRegion2D transform update

Fixes NavigationRegion2D transform update.
This commit is contained in:
smix8 2023-11-23 07:23:15 +01:00
parent fa4a65387e
commit 6fdb16af47

View File

@ -165,6 +165,7 @@ void NavigationRegion2D::_notification(int p_what) {
case NOTIFICATION_INTERNAL_PHYSICS_PROCESS: {
set_physics_process_internal(false);
_region_update_transform();
} break;
case NOTIFICATION_DRAW: {