wait for sound to finish hollywoo-flixel
This commit is contained in:
@@ -105,7 +105,5 @@
|
||||
(method :Void playSound [:FlxSound sound :Float volumeMod :Continuation cc]
|
||||
// TODO preserve its original volume
|
||||
(set sound.volume volumeMod)
|
||||
(sound.play)
|
||||
// TODO wait for its duration
|
||||
(cc)
|
||||
)
|
||||
(set sound.onComplete cc)
|
||||
(sound.play))
|
||||
|
Reference in New Issue
Block a user