1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fixes tilemap editor offset tile selection

This commit is contained in:
groud
2018-10-04 14:20:03 +02:00
parent 674b2567ae
commit c7725aa98a
2 changed files with 47 additions and 47 deletions

View File

@@ -82,7 +82,7 @@ class TileMapEditor : public VBoxContainer {
EditorNode *editor;
UndoRedo *undo_redo;
Control *canvas_item_editor;
Control *canvas_item_editor_viewport;
LineEdit *search_box;
HSlider *size_slider;