diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-12 13:22:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-12 14:29:20 +0200 |
| commit | 4d1eb2ff20ac86533355702684bd69fe1ab46a8a (patch) | |
| tree | 143a311127e6bc7240382a1ab7bc6c84c5c494bf /editor/app.cpp | |
| parent | 099af546882db7e2fdfef9e942cfc7e6d73f3261 (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 ace6718a..4c81ffda 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -33,7 +33,7 @@ app::~app() = default; void app::reset_world() { - reset_world(floormat::world{}); + reset_world(world{}); } void app::ensure_player_character(world& w) |
