diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-14 07:33:47 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-14 07:33:47 +0100 |
| commit | dc5e66b5a29fd7de8ddf59852ceefd982289b7c3 (patch) | |
| tree | 18bf0a274f1595d6d2d6cfb32a3b3825d843e315 /editor/app.cpp | |
| parent | 29bdd5f2170b9d46a8b3b0973c4c0845d6a2b61e (diff) | |
a
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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_wip>(); + _character = w.make_entity<character>(global_coords{}); } app::~app() |
