Skip to content

Commit 7b99925

Browse files
committed
Update StartupState.hx
1 parent 39d5935 commit 7b99925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/StartupState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class StartupState extends MusicBeatState
110110
#if debug // for testing purposes
111111
startVideo('broCopiedDenpa', 'splash');
112112
#else
113-
final debugShit = true;
113+
final debugShit = false;
114114
final theIntro:Int = FlxG.random.int(0, maxIntros);
115115
if (debugShit)
116116
startVideo('bambiStartup', 'splash'); // shit was crashing & I don't feel like making debug builds :P

0 commit comments

Comments
 (0)