Merge pull request #80408 from AThousandShips/nav_fix

Fix missing include for `NavigationMesh`
This commit is contained in:
Rémi Verschelde 2023-08-08 17:01:34 +02:00
commit f7bc653cbe
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -43,6 +43,7 @@
#include "scene/resources/convex_polygon_shape_3d.h"
#include "scene/resources/cylinder_shape_3d.h"
#include "scene/resources/height_map_shape_3d.h"
#include "scene/resources/navigation_mesh.h"
#include "scene/resources/navigation_mesh_source_geometry_data_3d.h"
#include "scene/resources/primitive_meshes.h"
#include "scene/resources/shape_3d.h"