Skip to content

Commit

Permalink
i forgor add those access thingd
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoDevelops authored and charlesisfeline committed Aug 4, 2024
1 parent d02d39d commit e9b9aef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/objects/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,13 @@ class Note extends FlxSprite
alpha = strumAlpha * multAlpha;

if(copyX)
{
@:privateAccess
x = strumX + offsetX + myStrum._dirCos * distance;

}
if(copyY)
{
@:privateAccess
y = strumY + offsetY + correctionOffset + myStrum._dirSin * distance;
if(myStrum.downScroll && isSustainNote)
{
Expand Down

0 comments on commit e9b9aef

Please sign in to comment.