mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix NavigationRegion2D transform update
Fixes NavigationRegion2D transform update.
(cherry picked from commit 6fdb16af47)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user