diff options
Diffstat (limited to 'editor/ctor.cpp')
-rw-r--r-- | editor/ctor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/ctor.cpp b/editor/ctor.cpp index ccda3060..9c1f64fc 100644 --- a/editor/ctor.cpp +++ b/editor/ctor.cpp @@ -10,10 +10,11 @@ namespace floormat { app::app(fm_settings&& opts) : M{floormat_main::create(*this, Utility::move(opts))}, + _imgui{InPlaceInit, NoCreate}, _wireframe{InPlaceInit}, _tests{tests_data_::make()}, _editor{InPlaceInit, this}, - keys_{InPlaceInit, 0} + keys_{InPlaceInit, 0u} { reset_world(); auto& w = M->world(); |