mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
Remove empty function.
This commit is contained in:
parent
305ab3146f
commit
4a7545a0db
|
|
@ -1501,9 +1501,6 @@ class PlayState extends MusicBeatSubState
|
||||||
if (playerStrumline != null) playerStrumline.onBeatHit();
|
if (playerStrumline != null) playerStrumline.onBeatHit();
|
||||||
if (opponentStrumline != null) opponentStrumline.onBeatHit();
|
if (opponentStrumline != null) opponentStrumline.onBeatHit();
|
||||||
|
|
||||||
// Make the characters dance on the beat
|
|
||||||
//danceOnBeat();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1514,16 +1511,6 @@ class PlayState extends MusicBeatSubState
|
||||||
super.destroy();
|
super.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Handles characters dancing to the beat of the current song.
|
|
||||||
*
|
|
||||||
* TODO: Move some of this logic into `Bopper.hx`, or individual character scripts.
|
|
||||||
*/
|
|
||||||
function danceOnBeat():Void
|
|
||||||
{
|
|
||||||
if (currentStage == null) return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the game and HUD cameras.
|
* Initializes the game and HUD cameras.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue