diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-08-31 10:48:45 +0200 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-09-07 09:51:28 +0200 |
commit | 4bd7700e89f4476a3b2c76e7bed4263a111b3c09 (patch) | |
tree | 4778e08bd64f9e2c7cbe1414a1acd1237b8f53ee /editor/plugins/tiles/tile_map_editor.h | |
parent | b0b30aaf41191ccbfdc8786cb79a76efb16d1459 (diff) | |
download | redot-engine-4bd7700e89f4476a3b2c76e7bed4263a111b3c09.tar.gz |
Implement properties arrays in the Inspector.
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index 6e2f2ce2ba..6126db59e9 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -341,7 +341,7 @@ private: void _update_layers_selection(); // Inspector undo/redo callback. - void _undo_redo_inspector_callback(Object *p_undo_redo, Object *p_edited, String p_property, Variant p_new_value); + void _move_tile_map_array_element(Object *p_undo_redo, Object *p_edited, String p_array_prefix, int p_from_index, int p_to_pos); protected: void _notification(int p_what); |