mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Reverted: 3fdff8debe52 No comment
This commit is contained in:
parent
4512fb0a15
commit
602a7b8bc1
1 changed files with 1 additions and 5 deletions
|
@ -619,12 +619,8 @@ void CSoundDriverAL::commit3DChanges()
|
|||
// Sync up sources & listener 3d position.
|
||||
if (getOption(OptionManualRolloff))
|
||||
{
|
||||
set<CSourceAL*>::iterator it = _Sources.begin(), iend = _Sources.end();
|
||||
while(it != iend)
|
||||
{
|
||||
for (std::set<CSourceAL *>::iterator it(_Sources.begin()), end(_Sources.end()); it != end; ++it)
|
||||
(*it)->updateManualRolloff();
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
// update the music (XFade etc...)
|
||||
|
|
Loading…
Reference in a new issue