Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
applied those fixes i forgot to put
  • Loading branch information
JordanSantiagoYT committed Nov 24, 2023
1 parent b542976 commit 53112b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8483,7 +8483,7 @@ if (!allSicks && ClientPrefs.colorRatingHit && ClientPrefs.hudType != 'Tails Get
strum = playerStrums.members[note.noteData];
}
if(strum != null) {
spawnNoteSplash(strum.x, strum.y, note.noteData, null, note.colorSwap.hue, note.colorSwap.saturation, note.colorSwap.brightness, isGf, isDad);
ClientPrefs.showNotes && ClientPrefs.enableColorShader ? spawnNoteSplash(strum.x, strum.y, note.noteData, null, note.colorSwap.hue, note.colorSwap.saturation, note.colorSwap.brightness, isGf, isDad) : spawnNoteSplash(strum.x, strum.y, note.noteData, null, 0, 0, 0, isGf, isDad);
}
}
}
Expand Down Expand Up @@ -8717,7 +8717,7 @@ if (!allSicks && ClientPrefs.colorRatingHit && ClientPrefs.hudType != 'Tails Get
FlxG.sound.music.pitch = 1;
cpp.vm.Gc.enable(true);
KillNotes();
MusicBeatState.windowNamePrefix = "Friday Night Funkin': JS Engine";
MusicBeatState.windowNamePrefix = Assets.getText(Paths.txt("windowTitleBase", "preload"));
super.destroy();
}

Expand Down

1 comment on commit 53112b5

@StinkTheStinker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w

Please sign in to comment.