diff options
| author | Paolo Perkovic | 2018-02-01 09:57:10 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-04 20:10:13 +0100 |
| commit | 7de47fbabb28198b41aa475e64eaa0fbcfff126a (patch) | |
| tree | b9181261ccf7d6aa1bbb43bdfb47a62a3107c240 /modules/gridmap/grid_map.h | |
| parent | 62dc7ba82f56c3bc1bde46e01950f449cf960910 (diff) | |
| download | godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.gz godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.zst godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.zip | |
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacafa8abe435d51a6afecb276030a23280)
Diffstat (limited to 'modules/gridmap/grid_map.h')
| -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 b17fe43ae..ed36751fc 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); |
