mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-07 23:50:39 -06:00
Fix bug: loadSound should respect positional parameter
This commit is contained in:
@@ -814,7 +814,7 @@ class Loader(DirectObject):
|
||||
result = []
|
||||
for soundPath in soundList:
|
||||
# should return a valid sound obj even if musicMgr is invalid
|
||||
sound = manager.getSound(soundPath)
|
||||
sound = manager.getSound(soundPath, positional)
|
||||
result.append(sound)
|
||||
|
||||
if gotList:
|
||||
|
||||
Reference in New Issue
Block a user