make function static

This commit is contained in:
2024-07-31 08:25:27 -05:00
committed by Celtic Minstrel
parent e27165683c
commit fc083c6fcc

View File

@@ -49,7 +49,7 @@ static NSString* convertKey(std::string keypath) {
return key;
}
NSUserDefaults* getCurrentDefaults() {
static NSUserDefaults* getCurrentDefaults() {
if(replaying){
return replayUserDefaults;
}else{