Skip to content

Commit

Permalink
Merge pull request #85258 from smix8/navregion2d_transform
Browse files Browse the repository at this point in the history
Fix NavigationRegion2D transform update
  • Loading branch information
akien-mga committed Dec 4, 2023
2 parents a8bc207 + 6fdb16a commit 0e4aead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/2d/navigation_region_2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0e4aead

Please sign in to comment.