forked from jaildesigner-jailgames/jaildoctors_dilemma
fix: nom de variable en Locale
This commit is contained in:
@@ -21,6 +21,6 @@ class Locale {
|
||||
void loadFromFile(const std::string& file_path);
|
||||
void flatten(const void* node_ptr, const std::string& prefix); // Aplana nodos YAML anidados
|
||||
|
||||
static Locale* locale_;
|
||||
static Locale* instance;
|
||||
std::unordered_map<std::string, std::string> strings_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user