Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 978bff5

Browse files
authored
Update Manager.hx
1 parent 3af6296 commit 978bff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/modchart/Manager.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ class Manager extends FlxBasic
216216
}
217217
function drawHoldArrow(arrow:Note)
218218
{
219+
// FIXME: Downscroll Support
219220
var basePos = new Vector3D(
220221
getReceptorX(arrow.strumID, arrow.strumLine.ID),
221222
getReceptorY(arrow.strumID, arrow.strumLine.ID)

0 commit comments

Comments
 (0)