when skipping still null-check cc

This commit is contained in:
Trent Nelson
2023-08-01 17:58:29 -06:00
parent 77eadb1410
commit 51e963dfdb

View File

@@ -48,7 +48,7 @@
(dictSet tweenedPositionsOfSpritesInScenes sceneKey (new Map)))
(dictSet (dictGet tweenedPositionsOfSpritesInScenes sceneKey) sprite (new FlxPoint destX destY))
(when skipping
(cc)
(when cc (cc))
(return))
(when soundLoop
(let [oldCC cc]