From ba90ba2ca91c448d80722985811fc6bddc6e9bf2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 16:40:29 +0100 Subject: w --- loader/impl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader/impl.cpp') diff --git a/loader/impl.cpp b/loader/impl.cpp index 0b8a05e9..1ea7b7b6 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -2,6 +2,7 @@ #include "compat/assert.hpp" #include "loader/scenery.hpp" #include "loader/vobj-info.hpp" +#include "loader/ground-info.hpp" #include "loader/wall-info.hpp" #include #include @@ -24,6 +25,7 @@ StringView loader_impl::shader(StringView filename) noexcept loader_impl::loader_impl() { + missing_ground_atlases.reserve(32); missing_wall_atlases.reserve(32); system_init(); set_application_working_directory(); -- cgit v1.2.3