mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #83568 from mrTag/navigationregion2d_fix
Fixing "Navigation map synchronization error" when using NavigationRegion2D
This commit is contained in:
commit
f8818f85e6
@ -503,6 +503,4 @@ void NavigationPolygon::_validate_property(PropertyInfo &p_property) const {
|
||||
}
|
||||
}
|
||||
|
||||
NavigationPolygon::NavigationPolygon() {
|
||||
navigation_mesh.instantiate();
|
||||
}
|
||||
NavigationPolygon::NavigationPolygon() {}
|
||||
|
Loading…
Reference in New Issue
Block a user