Removed navigation_mesh instantiation from constructor of NavigationPolygon
This commit is contained in:
parent
7f884b4e00
commit
b915e788a4
1 changed files with 1 additions and 3 deletions
|
@ -503,6 +503,4 @@ void NavigationPolygon::_validate_property(PropertyInfo &p_property) const {
|
|||
}
|
||||
}
|
||||
|
||||
NavigationPolygon::NavigationPolygon() {
|
||||
navigation_mesh.instantiate();
|
||||
}
|
||||
NavigationPolygon::NavigationPolygon() {}
|
||||
|
|
Loading…
Reference in a new issue