1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-10 00:34:40 +00:00

no traces? *funny megamind picture*

This commit is contained in:
Cameron Taylor 2022-03-07 18:36:29 -05:00
parent c50f08495d
commit 8ff1a3cb85

View file

@ -646,8 +646,8 @@ class ChartingState extends MusicBeatState
if (curBeat % 4 == 0 && curStep >= 16 * (curSection + 1))
{
trace(curStep);
trace((SongLoad.getSong()[curSection].lengthInSteps) * (curSection + 1));
// trace(curStep);
// trace((SongLoad.getSong()[curSection].lengthInSteps) * (curSection + 1));
trace('DUMBSHIT');
if (SongLoad.getSong()[curSection + 1] == null)
@ -1064,7 +1064,7 @@ class ChartingState extends MusicBeatState
function changeSection(sec:Int = 0, ?updateMusic:Bool = true):Void
{
trace('changing section' + sec);
// trace('changing section' + sec);
if (SongLoad.getSong()[sec] != null)
{