Skip to content

Commit

Permalink
change organization name in SDL_GetPrefPath
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuzia committed Jul 30, 2023
1 parent 5c9fb5b commit 2fa2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native_frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void frontend_init(char **arg) {
}
save_file_path = arg[1];
} else {
char* dir = SDL_GetPrefPath("grassdne", "minesector");
char* dir = SDL_GetPrefPath("rzia.dev", "minesector");
if (dir == NULL) {
throw std::runtime_error("Error getting the pref dir");
}
Expand Down

0 comments on commit 2fa2c79

Please sign in to comment.