We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c340db0 commit 784a49aCopy full SHA for 784a49a
source/TitleState.hx
@@ -219,7 +219,7 @@ class TitleState extends MusicBeatState
219
}
220
vidSprite.finishCallback = (callback != null) ? callback.bind() : onVideoEnd;
221
vidSprite.onSkip = (callback != null) ? callback.bind() : onVideoEnd;
222
- insert(0, vidSprite);
+ add(vidSprite); // not do insert because you were putting it in the back lol
223
224
if (playOnLoad)
225
vidSprite.videoSprite.play();
0 commit comments