1
0
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:
Dominik
2023-10-18 18:37:15 +02:00
parent 7f884b4e00
commit b915e788a4

View File

@@ -503,6 +503,4 @@ void NavigationPolygon::_validate_property(PropertyInfo &p_property) const {
} }
} }
NavigationPolygon::NavigationPolygon() { NavigationPolygon::NavigationPolygon() {}
navigation_mesh.instantiate();
}