Skip to content

Commit

Permalink
sustain splash position bugfix
Browse files Browse the repository at this point in the history
because yes
  • Loading branch information
JordanSantiagoYT committed Dec 8, 2024
1 parent b6674ec commit 264ff6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/objects/SustainSplash.hx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class SustainSplash extends FlxSprite {

offset.set(PlayState.isPixelStage ? 112.5 : 106.25, 100);

setPosition(strumNote.x, strumNote.y);

timer = new FlxTimer().start(timeThingy, (idk:FlxTimer) -> {
if (daNote.isSustainEnd && daNote.mustPress && !daNote.noteSplashData.disabled && ClientPrefs.noteSplashes) {
alpha = 1;
Expand Down

0 comments on commit 264ff6e

Please sign in to comment.