summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/rvo_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnavigation/rvo_agent.h')
-rw-r--r--modules/gdnavigation/rvo_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnavigation/rvo_agent.h b/modules/gdnavigation/rvo_agent.h
index d9e3345498..369cb1f9a3 100644
--- a/modules/gdnavigation/rvo_agent.h
+++ b/modules/gdnavigation/rvo_agent.h
@@ -53,7 +53,7 @@ class RvoAgent : public NavRid {
NavMap *map = nullptr;
RVO::Agent agent;
AvoidanceComputedCallback callback;
- uint32_t map_update_id;
+ uint32_t map_update_id = 0;
public:
RvoAgent();