Skip to content

Commit 784a49a

Browse files
committed
yeah that's why
1 parent c340db0 commit 784a49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TitleState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class TitleState extends MusicBeatState
219219
}
220220
vidSprite.finishCallback = (callback != null) ? callback.bind() : onVideoEnd;
221221
vidSprite.onSkip = (callback != null) ? callback.bind() : onVideoEnd;
222-
insert(0, vidSprite);
222+
add(vidSprite); // not do insert because you were putting it in the back lol
223223

224224
if (playOnLoad)
225225
vidSprite.videoSprite.play();

0 commit comments

Comments
 (0)