From dc5e66b5a29fd7de8ddf59852ceefd982289b7c3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 14 Mar 2023 07:33:47 +0100 Subject: a --- editor/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/app.cpp') diff --git a/editor/app.cpp b/editor/app.cpp index 80599ed1..aa8608c5 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -33,7 +33,7 @@ app::app(fm_settings&& opts) : maybe_initialize_chunk_(coord, w[coord]); reset_camera_offset(); inspectors.reserve(16); - _character = std::make_unique(); + _character = w.make_entity(global_coords{}); } app::~app() -- cgit v1.2.3