playmov: audio queue emptying on audio stop

This commit is contained in:
minjaesong
2025-08-16 16:26:43 +09:00
parent e32c8dd0e5
commit e6fc6ed070
2 changed files with 4 additions and 2 deletions

View File

@@ -375,6 +375,9 @@ finally {
let timeTook = (endTime - startTime) / 1000000000.0
//println(`Actual FPS: ${framesRendered / timeTook}`)
audio.stop(0)
audio.purgeQueue(0)
}
return errorlevel