You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Removed navigation_mesh instantiation from constructor of NavigationPolygon
This commit is contained in:
@@ -503,6 +503,4 @@ void NavigationPolygon::_validate_property(PropertyInfo &p_property) const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NavigationPolygon::NavigationPolygon() {
|
NavigationPolygon::NavigationPolygon() {}
|
||||||
navigation_mesh.instantiate();
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user