mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoSoundManager::UpdateListener (#985)
This commit is contained in:

committed by
GitHub

parent
ac4e8da662
commit
1423eb56fc
@@ -369,7 +369,7 @@ void FUN_1003eda0()
|
||||
LegoROI* viewROI = VideoManager()->GetViewROI();
|
||||
if (viewROI) {
|
||||
viewROI->FUN_100a5a30(vec);
|
||||
SoundManager()->FUN_1002a410(
|
||||
SoundManager()->UpdateListener(
|
||||
viewROI->GetWorldPosition(),
|
||||
viewROI->GetWorldDirection(),
|
||||
viewROI->GetWorldUp(),
|
||||
|
Reference in New Issue
Block a user