Skip to content

Commit

Permalink
tf???
Browse files Browse the repository at this point in the history
  • Loading branch information
haya3218 committed Sep 20, 2021
1 parent 2fbef84 commit beb1da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gameFolder/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class PlayState extends MusicBeatState
&& Init.trueSettings.get('Downscroll')))
&& (autoplay || (daNote.wasGoodHit || (daNote.prevNote.wasGoodHit && !daNote.canBeHit))))
{
var swagRectY = ((strumline.receptors.members[Math.floor(daNote.noteData)].y + Note.swagWidth / 2 - daNote.y) / daNote.scale.y) + 25;
var swagRectY = ((strumline.receptors.members[Math.floor(daNote.noteData)].y + Note.swagWidth / 2 - daNote.y) / daNote.scale.y);
var swagRect = new FlxRect(0, 0, daNote.width * 2, daNote.height);
// I feel genuine pain
// basically these should be flipped based on if it is downscroll or not
Expand Down

0 comments on commit beb1da3

Please sign in to comment.