Skip to content

Commit

Permalink
Merge pull request #80408 from AThousandShips/nav_fix
Browse files Browse the repository at this point in the history
Fix missing include for `NavigationMesh`
  • Loading branch information
akien-mga committed Aug 8, 2023
2 parents ff1f50f + 740e2f3 commit f7bc653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/navigation/nav_mesh_generator_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f7bc653

Please sign in to comment.