summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index a4455426..ac456c22 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -24,6 +24,7 @@ app::app(fm_settings&& opts) :
chunk_coords coord{0 ,0};
maybe_initialize_chunk_(coord, w[coord]);
reset_camera_offset();
+ inspectors.reserve(16);
}
app::~app()