clear more Movie memory on cleanup

This commit is contained in:
2023-08-31 15:12:16 -06:00
parent 8db346e0c5
commit 2d2661c279

View File

@@ -105,7 +105,14 @@
(method doCleanup []
(director.cleanup)
(set lastInstructionPointer -2)
(collectedBlocks cleanup))
(collectedBlocks cleanup)
(stagePositions.m.clear)
(lightSources.m.clear)
(delayLengths.m.clear)
(voiceLineMatches.m.clear)
(sceneMusic.clear)
(sceneMusicVolume.clear)
)
(doCleanup)
(when onComplete