diff options
Diffstat (limited to 'modules/gdnavigation/rvo_agent.h')
-rw-r--r-- | modules/gdnavigation/rvo_agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnavigation/rvo_agent.h b/modules/gdnavigation/rvo_agent.h index 914cbaa7d9..f5c579ba84 100644 --- a/modules/gdnavigation/rvo_agent.h +++ b/modules/gdnavigation/rvo_agent.h @@ -49,7 +49,7 @@ class RvoAgent : public NavRid { Variant new_velocity; }; - NavMap *map; + NavMap *map = nullptr; RVO::Agent agent; AvoidanceComputedCallback callback; uint32_t map_update_id; |