We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaa354 commit c5a9081Copy full SHA for c5a9081
src/tetris_application.cpp
@@ -148,7 +148,7 @@ void TetrisApplication::try_load_settings() {
148
}
149
m_settings = nlohmann::json::parse(settings_string.value());
150
#else
151
- m_settings = nlohmann::json::parse(settings_file);
+ m_settings = nlohmann::json::parse(settings_filename);
152
#endif
153
spdlog::info("settings loaded");
154
} catch (...) {
0 commit comments