diff --git a/UnleashedRecomp/config_detail.h b/UnleashedRecomp/config_detail.h index 10ee0def..4928d1db 100644 --- a/UnleashedRecomp/config_detail.h +++ b/UnleashedRecomp/config_detail.h @@ -53,7 +53,7 @@ public: T DefaultValue{}; T Value{ DefaultValue }; std::unordered_map EnumTemplate{}; - std::unordered_map EnumTemplateReverse{}; + std::map EnumTemplateReverse{}; std::function*, const toml::v3::table&)> ReadImpl; std::function*)> ReadCallback;