diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-18 16:16:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 16:16:55 +0200 |
commit | 4155d555e3f6b7ca19cd84cd32f11b78f8a7941a (patch) | |
tree | e54b8067e874c754950bf122e5da35c783b04cd4 /modules/navigation | |
parent | e7868626fa9732e70a93c199aea76437506d12be (diff) | |
parent | 86cdf1f2cf795f4f8b89c0b2da221d4b225d8f5f (diff) |
Merge pull request #61151 from akien-mga/rvo2-document-changes
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 |