1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00

Fix recastmesh.cpp includes

recastmesh.cpp is supposed to include recastmesh.hpp not navmesh.hpp.
This commit is contained in:
elsid 2021-11-06 16:36:59 +01:00
parent e0c4f08aa5
commit a824e112d4
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -1,4 +1,4 @@
#include "navmesh.hpp"
#include "recastmesh.hpp"
#include "detourdebugdraw.hpp"
#include <components/detournavigator/settings.hpp>