aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorCarl Olsson2015-02-03 19:51:21 +1000
committerCarl Olsson2015-02-03 19:51:21 +1000
commitafa13bf868239191bf2ef95ff3b039729f4bd2e1 (patch)
tree91e61e152b5342c0be36e76c7b45c59a2a798fdf /tools/editor/plugins/tile_map_editor_plugin.h
parent52700563bc35f7dcfdae7650a40d6249252b64d8 (diff)
downloadgodot-afa13bf868239191bf2ef95ff3b039729f4bd2e1.tar.gz
godot-afa13bf868239191bf2ef95ff3b039729f4bd2e1.tar.zst
godot-afa13bf868239191bf2ef95ff3b039729f4bd2e1.zip
Forgot to update tile transform buttons when picking tiles.
Diffstat (limited to 'tools/editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--tools/editor/plugins/tile_map_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/tile_map_editor_plugin.h b/tools/editor/plugins/tile_map_editor_plugin.h
index caa9b57c8..eb3205a15 100644
--- a/tools/editor/plugins/tile_map_editor_plugin.h
+++ b/tools/editor/plugins/tile_map_editor_plugin.h
@@ -111,7 +111,7 @@ protected:
void _node_removed(Node *p_node);
static void _bind_methods();
CellOp _get_op_from_cell(const Point2i& p_pos);
- void _update_transform_buttons(Object *p_button);
+ void _update_transform_buttons(Object *p_button=0);
public:
HBoxContainer *get_canvas_item_editor_hb() const { return canvas_item_editor_hb; }