Merge pull request #85258 from smix8/navregion2d_transform

Fix NavigationRegion2D transform update
This commit is contained in:
Rémi Verschelde 2023-12-04 23:11:15 +01:00
commit 0e4aead7a1
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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