summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index da507563..324471cd 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -5,8 +5,8 @@
namespace floormat {
app::app() :
- FM{ floormat_main::create(*this, {})},
- _dummy{(void(fmain->register_debug_callback()), nullptr)},
+ M{ floormat_main::create(*this, {})},
+ _dummy{M->register_debug_callback()},
_floor1{loader.tile_atlas("floor-tiles", {44, 4})},
_floor2{loader.tile_atlas("metal1", {2, 2})},
_wall1{loader.tile_atlas("wood2", {1, 1})},