Clear options map so reloading config files actually has an effect

pull/93/head
jackun 4 years ago
parent 6b4103eae9
commit f7a7256374
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -29,6 +29,7 @@ void parseConfigLine(std::string line) {
}
void parseConfigFile() {
options.clear();
std::vector<std::string> paths;
static const char *mangohud_dir = "/MangoHud/";

Loading…
Cancel
Save