summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index 5fb7ed79..80599ed1 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -6,6 +6,7 @@
#include "loader/loader.hpp"
#include "world.hpp"
#include "src/anim-atlas.hpp"
+#include "character.hpp"
#include <cerrno>
#include <cstdlib>
#include <cstring>
@@ -32,6 +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>();
}
app::~app()