You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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() {
|
||||
navigation_mesh.instantiate();
|
||||
}
|
||||
NavigationPolygon::NavigationPolygon() {}
|
||||
|
||||
Reference in New Issue
Block a user