You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Merge pull request #85258 from smix8/navregion2d_transform
Fix NavigationRegion2D transform update
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