summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index 22c5d377..e9497520 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -16,7 +16,7 @@ app::app(fm_settings&& opts) :
_floor2{loader.tile_atlas("metal1", {2, 2})},
_wall1{loader.tile_atlas("wood2", {2, 1})},
_wall2{loader.tile_atlas("wood1", {2, 1})},
- _door{loader.anim_atlas("door_close")}
+ _door{loader.anim_atlas("door-close")}
{
world& w = M->world();
chunk_coords coord{0 ,0};