diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 12:56:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 12:56:25 +0100 |
commit | e850be48828ce9cf4767b88707495257c98e88b0 (patch) | |
tree | 9428226b825611a0b1ad8920dc3b12e5995f11bb /editor/ctor.cpp | |
parent | 9a231ffd8bd35108092d218c834544657bfb5986 (diff) |
b
Diffstat (limited to 'editor/ctor.cpp')
-rw-r--r-- | editor/ctor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/ctor.cpp b/editor/ctor.cpp index 0d912ded..ccda3060 100644 --- a/editor/ctor.cpp +++ b/editor/ctor.cpp @@ -21,7 +21,7 @@ app::app(fm_settings&& opts) : maybe_initialize_chunk_(coord, w[coord]); reset_camera_offset(); M->set_render_vobjs(_render_vobjs); - inspectors.reserve(16); + reserve_inspector_array(); } app::~app() |