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:
parent
e0c4f08aa5
commit
a824e112d4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "navmesh.hpp"
|
||||
#include "recastmesh.hpp"
|
||||
#include "detourdebugdraw.hpp"
|
||||
|
||||
#include <components/detournavigator/settings.hpp>
|
||||
|
|
Loading…
Reference in a new issue