1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

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();
if (cheatActive && curBeat % 2 == 0)
swagShader.update(0.125);
logoBl.animation.play('bump', true);
if (skippedIntro)
{
if (cheatActive && curBeat % 2 == 0)
swagShader.update(0.125);
logoBl.animation.play('bump', true);
danceLeft = !danceLeft;