From db42ccae717f175106491f7ff360ea6a0090d32b Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 25 May 2024 11:12:31 +1000 Subject: fix Assets filesByExtension storing duplicate asset paths slipped in with the asset load scripts - this caused rare duplication errors when the Databases parse assets by extension and an asset path is indexed with more than one capitalization #66 --- source/core/StarString.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/core') diff --git a/source/core/StarString.hpp b/source/core/StarString.hpp index 9c18515..2280fb6 100644 --- a/source/core/StarString.hpp +++ b/source/core/StarString.hpp @@ -359,6 +359,8 @@ struct CaseInsensitiveStringCompare { typedef HashSet StringSet; +typedef HashSet CaseInsensitiveStringSet; + template , typename ComparatorT = std::equal_to> using StringMap = HashMap; -- cgit v1.2.3