diff options
author | Paolo Perkovic <paolo.perkovic@gmail.com> | 2018-02-01 09:57:10 +0100 |
---|---|---|
committer | Paolo Perkovic <paolo.perkovic@gmail.com> | 2018-02-01 16:47:20 +0100 |
commit | 08d4bfacafa8abe435d51a6afecb276030a23280 (patch) | |
tree | e0d37560439f599958a99dd191b2802039591956 /modules/gridmap | |
parent | 2459eebc1d0d679efb546aa5a95ddd493290a7aa (diff) |
Fix inconsistencies and typos in argument names
Diffstat (limited to 'modules/gridmap')
-rw-r--r-- | modules/gridmap/grid_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/grid_map.h b/modules/gridmap/grid_map.h index b17fe43ae8..ed36751fc8 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -247,7 +247,7 @@ public: int get_cell_item(int p_x, int p_y, int p_z) const; int get_cell_item_orientation(int p_x, int p_y, int p_z) const; - Vector3 world_to_map(const Vector3 &p_pos) const; + Vector3 world_to_map(const Vector3 &p_world_pos) const; Vector3 map_to_world(int p_x, int p_y, int p_z) const; void set_clip(bool p_enabled, bool p_clip_above = true, int p_floor = 0, Vector3::Axis p_axis = Vector3::AXIS_X); |