diff options
| author | Wilson E. Alvarez | 2017-08-12 12:52:50 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-08-12 15:12:49 -0400 |
| commit | 428f03cf06d3841b2a593f46aa42912ef5c82f3c (patch) | |
| tree | c006361e19c5ecbc02534496f936d1a4a5ad6ef3 /modules/gridmap/grid_map.h | |
| parent | 5052cb2b9104f57d0ff38d80da50bbeceb926e6f (diff) | |
| download | godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.gz godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.zst godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.zip | |
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 c386e4f66..106bf82dc 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -242,7 +242,7 @@ public: void set_center_z(bool p_enable); bool get_center_z() const; - void set_cell_item(int p_x, int p_y, int p_z, int p_item, int p_orientation = 0); + void set_cell_item(int p_x, int p_y, int p_z, int p_item, int p_rot = 0); 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; |
