Replace ordered_map with unordered_map when ordering is not required

This commit is contained in:
SirLynix
2023-04-09 20:53:34 +02:00
committed by Jérôme Leclercq
parent 4f1f0c6418
commit 6a609055dc
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ local modules = {
},
BulletPhysics3D = {
Deps = {"NazaraUtility"},
Packages = { "bullet3", "entt", "ordered_map" }
Packages = { "bullet3", "entt" }
},
Core = {
Custom = function ()