From 235078bae4ada8b7aed3c1cdf95d8288aaf81df4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Mar 2023 15:24:33 +0100 Subject: flush scenery popup work --- editor/app.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/app.cpp') 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() -- cgit v1.2.3