Skip to content

Commit

Permalink
Update NoteUtils.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Mar 21, 2024
1 parent 8d7859d commit d2ff30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/game/objects/notes/NoteUtils.hx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class NoteUtils extends FlxSprite
public static function checkSplash()
{
var skin:String = 'normal';

if(PlayState.SONG.splashSkin == 'normal' || ClientPrefs.data.forceNoteSplashes)
skin = ClientPrefs.data.noteSplashesType;
else
Expand Down

0 comments on commit d2ff30e

Please sign in to comment.