summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/wall-editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp
index c7052c69..f3e0b13f 100644
--- a/editor/wall-editor.cpp
+++ b/editor/wall-editor.cpp
@@ -58,7 +58,6 @@ void wall_editor::load_atlases()
wall_editor::wall_editor()
{
load_atlases();
- _selected_atlas = loader.wall_atlas("concrete1"_s, false); // todo
}
StringView wall_editor::name() const { return "wall"_s; }