diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 14:53:52 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 14:53:52 +0200 |
commit | 86cdf1f2cf795f4f8b89c0b2da221d4b225d8f5f (patch) | |
tree | 243f6991ab712f48aa5f116e26c00fbd97f4f069 /modules/navigation | |
parent | 6c78170d8c81b0e4b66fc352472576bcf334138d (diff) |
rvo2: Sync with upstream commit bfc0486
https://github.com/snape/RVO2-3D/commit/bfc048670a4e85066e86a1f923d8ea92e3add3b2
Diffstat (limited to 'modules/navigation')
-rw-r--r-- | modules/navigation/nav_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/navigation/nav_map.h b/modules/navigation/nav_map.h index 0ebdea30e1..f58a78d4ca 100644 --- a/modules/navigation/nav_map.h +++ b/modules/navigation/nav_map.h @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RVO_SPACE_H -#define RVO_SPACE_H +#ifndef NAV_MAP_H +#define NAV_MAP_H #include "nav_rid.h" @@ -141,4 +141,4 @@ private: void clip_path(const std::vector<gd::NavigationPoly> &p_navigation_polys, Vector<Vector3> &path, const gd::NavigationPoly *from_poly, const Vector3 &p_to_point, const gd::NavigationPoly *p_to_poly) const; }; -#endif // RVO_SPACE_H +#endif // NAV_MAP_H |