Fix NavigationRegion2D transform update

Fixes NavigationRegion2D transform update.

(cherry picked from commit 6fdb16af47)
This commit is contained in:
smix8 2023-11-23 07:23:15 +01:00 committed by Rémi Verschelde
parent 7b9bf3df64
commit 90f7b2b8cf
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

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: {