diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-03 15:24:33 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-03 15:24:33 +0100 |
| commit | 235078bae4ada8b7aed3c1cdf95d8288aaf81df4 (patch) | |
| tree | da2979408771be5e496d0ffaf5af3634cd61e4a3 /editor/app.cpp | |
| parent | 4e5cdeaa32fd73f160ee0d599ce958169082eeac (diff) | |
flush scenery popup work
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 1 |
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() |
