Merge pull request #80408 from AThousandShips/nav_fix
Fix missing include for `NavigationMesh`
This commit is contained in:
commit
f7bc653cbe
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue