diff options
| author | Rémi Verschelde | 2018-01-03 12:06:21 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-03 12:06:21 +0100 |
| commit | 361ade53aada8b1ee02297bb4aeeec36266d20c7 (patch) | |
| tree | 5e107af58c9938ef987ff4eb4ff1a831882627d2 /editor/plugins/tile_set_editor_plugin.h | |
| parent | 5cbbf87e60960634f08227f00aca359c3a38989b (diff) | |
| parent | 9b049735680ddd7184e385919401ad0f96715962 (diff) | |
| download | godot-361ade53aada8b1ee02297bb4aeeec36266d20c7.tar.gz godot-361ade53aada8b1ee02297bb4aeeec36266d20c7.tar.zst godot-361ade53aada8b1ee02297bb4aeeec36266d20c7.zip | |
Diffstat (limited to 'editor/plugins/tile_set_editor_plugin.h')
| -rw-r--r-- | editor/plugins/tile_set_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.h b/editor/plugins/tile_set_editor_plugin.h index 7d9558d4e..0f66f04cb 100644 --- a/editor/plugins/tile_set_editor_plugin.h +++ b/editor/plugins/tile_set_editor_plugin.h @@ -86,6 +86,7 @@ class AutotileEditor : public Control { int current_item_index; Sprite *preview; + ScrollContainer *scroll; Control *workspace_container; Control *workspace; Button *tool_editmode[EDITMODE_MAX]; |
