diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 19:19:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 19:19:44 +0100 |
commit | e990e7c14228acf7090db19adb8ed4643e54aeb3 (patch) | |
tree | 425e43ede626c65cdcd511b6ed6a9769b2af4344 /editor/imgui-editors.cpp | |
parent | c93b3616adbf26673fc928fdfbbec814fec41c75 (diff) |
waaa
Diffstat (limited to 'editor/imgui-editors.cpp')
-rw-r--r-- | editor/imgui-editors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui-editors.cpp b/editor/imgui-editors.cpp index 2712dc5f..595d6c77 100644 --- a/editor/imgui-editors.cpp +++ b/editor/imgui-editors.cpp @@ -268,7 +268,7 @@ void app::draw_editor_pane(float main_menu_height) { if (ed) for (const auto& [k, v] : *ed) - draw_editor_tile_pane_atlas(*ed, k, v, dpi); + draw_editor_tile_pane_atlas(*ed, k, v->atlas, dpi); else if (sc) impl_draw_editor_scenery_pane<scenery_editor>(*sc, dpi); else if (vo) |