diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 00:37:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 00:37:57 +0200 |
commit | 00ca30257d85dfe2c95040d4e3c30741e2872387 (patch) | |
tree | e98c567bc9d443d440df6733143278c045d77c82 /editor | |
parent | a638d66ab02c544590b007ca288137b80a5c1239 (diff) |
a
Diffstat (limited to 'editor')
-rw-r--r-- | editor/app.cpp | 4 |
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})}, |