summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/rvo_agent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnavigation/rvo_agent.cpp')
-rw-r--r--modules/gdnavigation/rvo_agent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnavigation/rvo_agent.cpp b/modules/gdnavigation/rvo_agent.cpp
index 4d19bc15af..677e525bbf 100644
--- a/modules/gdnavigation/rvo_agent.cpp
+++ b/modules/gdnavigation/rvo_agent.cpp
@@ -74,7 +74,7 @@ void RvoAgent::dispatch_callback() {
callback.id = ObjectID();
}
- Variant::CallError responseCallError;
+ Callable::CallError responseCallError;
callback.new_velocity = Vector3(agent.newVelocity_.x(), agent.newVelocity_.y(), agent.newVelocity_.z());