From 17283c55122234e7cc2dc352262b273d05aecff8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Oct 2022 23:46:56 +0200 Subject: a --- editor/app.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editor/app.cpp') diff --git a/editor/app.cpp b/editor/app.cpp index dd4433f9..da507563 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -5,11 +5,12 @@ namespace floormat { app::app() : + FM{ floormat_main::create(*this, {})}, + _dummy{(void(fmain->register_debug_callback()), nullptr)}, _floor1{loader.tile_atlas("floor-tiles", {44, 4})}, _floor2{loader.tile_atlas("metal1", {2, 2})}, _wall1{loader.tile_atlas("wood2", {1, 1})}, - _wall2{loader.tile_atlas("wood1", {1, 1})}, - _fmain{floormat_main::create(*this, {})} + _wall2{loader.tile_atlas("wood1", {1, 1})} { } -- cgit v1.2.3