Skip to content

Commit

Permalink
make function static
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Jul 31, 2024
1 parent e271656 commit fc083c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/prefs.mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef NS_ENUM(NSInteger) {
return key;
}

NSUserDefaults* getCurrentDefaults() {
static NSUserDefaults* getCurrentDefaults() {
if(replaying){
return replayUserDefaults;
}else{
Expand Down

0 comments on commit fc083c6

Please sign in to comment.