summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/impl.cpp')
-rw-r--r--loader/impl.cpp2
1 files changed, 2 insertions, 0 deletions
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 <Corrade/Containers/Pair.h>
#include <Magnum/Trade/ImageData.h>
@@ -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();