media_addon_server: Don't set the gain at each start
* Fixes the forgotten gain setting issue for startup sounds.
This commit is contained in:
parent
92b020b5ea
commit
3190c83b33
@ -100,7 +100,6 @@ MediaFilePlayer::MediaFilePlayer(const char* media_type,
|
||||
if (fInitCheck != B_OK)
|
||||
return;
|
||||
|
||||
fSoundPlayer->SetVolume(1.0f);
|
||||
fSoundPlayer->SetHasData(true);
|
||||
fSoundPlayer->Start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user