mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Revert "openal: Grab volume from manager instead of assuming max volume."
This reverts commit 7fb30ae070b1b8a65c5996334153ded33c2ce1f9. 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…
x
Reference in New Issue
Block a user