1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Forgot to update tile transform buttons when picking tiles.

This commit is contained in:
Carl Olsson
2015-02-03 19:51:21 +10:00
parent 52700563bc
commit afa13bf868
2 changed files with 6 additions and 4 deletions

View File

@@ -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; }