Removed navigation_mesh instantiation from constructor of NavigationPolygon
This commit is contained in:
parent
7f884b4e00
commit
b915e788a4
|
@ -503,6 +503,4 @@ void NavigationPolygon::_validate_property(PropertyInfo &p_property) const {
|
|||
}
|
||||
}
|
||||
|
||||
NavigationPolygon::NavigationPolygon() {
|
||||
navigation_mesh.instantiate();
|
||||
}
|
||||
NavigationPolygon::NavigationPolygon() {}
|
||||
|
|
Loading…
Reference in New Issue