Skip to content

Commit fce33da

Browse files
committed
Update SplashScreen.hx
1 parent 2bbd6c4 commit fce33da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/SplashScreen.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class SplashScreen extends MusicBeatState
173173
override function stepHit()
174174
{
175175
super.stepHit();
176-
if (!videoPlaying) {
176+
if (!videoCutscene?.videoSprite?.bitmap?.isPlaying) {
177177
switch (curStep)
178178
{
179179
case 3:

0 commit comments

Comments
 (0)