Regression fix: load volume setting from config as before
This commit is contained in:
parent
04765821f7
commit
2d341002cb
@ -52,6 +52,8 @@ static BOOL sIsSoundOK = NO;
|
||||
if (controller != nil)
|
||||
{
|
||||
sIsSoundOK = YES;
|
||||
float volume = [[NSUserDefaults standardUserDefaults] oo_floatForKey:KEY_VOLUME_CONTROL defaultValue:1.0];
|
||||
[self setMasterVolume:volume];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user