diff --git a/headers/Containers/DualkeyMap.hpp b/headers/Containers/DualkeyMap.hpp index afdd7ab..ead2f95 100644 --- a/headers/Containers/DualkeyMap.hpp +++ b/headers/Containers/DualkeyMap.hpp @@ -304,7 +304,7 @@ private: std::vector> queryResults; queryResults.reserve(2048); Containers::Hashmap *, - 3.0f, 2048, 0.01f> // Aggressive hashmap :o + 8.0f, 2048, 0.01f> // Aggressive hashmap :o locations; for (DualkeyHash *hash : hashList) {