fixed changes wit things

This commit is contained in:
KadeDeveloper
2021-07-19 22:14:09 -07:00
parent 11cf5b3f6e
commit 62784e6b31
2 changed files with 2 additions and 2 deletions

View File

@ -2176,7 +2176,7 @@ class ChartingState extends MusicBeatState
if (daSus > 0)
{
var sustainVis:FlxSprite = new FlxSprite(note.x + (GRID_SIZE / 2),
note.y + GRID_SIZE).makeGraphic(8, Math.floor((getYfromStrum(daStrumTime + daSus) - note.y) * zoomFactor));
note.y + GRID_SIZE).makeGraphic(8, Math.floor((getYfromStrum(note.strumTime + note.sustainLength) * zoomFactor) - note.y));
note.noteCharterObject = sustainVis;