summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/navigation_agent.h')
-rw-r--r--scene/3d/navigation_agent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/navigation_agent.h b/scene/3d/navigation_agent.h
index a0b86d6931..8f181dafe1 100644
--- a/scene/3d/navigation_agent.h
+++ b/scene/3d/navigation_agent.h
@@ -98,8 +98,8 @@ public:
return radius;
}
- void set_player_center_height(real_t p_hh);
- real_t get_player_center_height() const {
+ void set_agent_height_offset(real_t p_hh);
+ real_t get_agent_height_offset() const {
return navigation_height_offset;
}