easteregg crash fix

This commit is contained in:
MtH 2021-05-15 00:02:29 +02:00
parent 72e6a47716
commit 63cdbc84ee

View file

@ -572,13 +572,11 @@ class TitleState extends MusicBeatState
{ {
super.beatHit(); super.beatHit();
if (cheatActive && curBeat % 2 == 0)
swagShader.update(0.125);
logoBl.animation.play('bump', true);
if (skippedIntro) if (skippedIntro)
{ {
if (cheatActive && curBeat % 2 == 0)
swagShader.update(0.125);
logoBl.animation.play('bump', true); logoBl.animation.play('bump', true);
danceLeft = !danceLeft; danceLeft = !danceLeft;