Revert "openal: Grab volume from manager instead of assuming max volume."
This reverts commit 7fb30ae070.
See #64 for discussion.
This commit is contained in:
parent
3c6b6e47ec
commit
fb8a2f2af0
|
|
@ -44,7 +44,7 @@ OpenALAudioSound(OpenALAudioManager* manager,
|
|||
_loops_completed(0),
|
||||
_source(0),
|
||||
_manager(manager),
|
||||
_volume(manager->get_volume()),
|
||||
_volume(1.0f),
|
||||
_balance(0),
|
||||
_play_rate(1.0),
|
||||
_positional(positional),
|
||||
|
|
|
|||
Loading…
Reference in New Issue