Skip to content

Commit 41f6812

Browse files
Update SustainTrail.hx
1 parent 7cf3f4c commit 41f6812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/play/notes/SustainTrail.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class SustainTrail extends FlxSprite
344344
// if (!isOnScreen(camera)) continue; // TODO: Update this code to make it work properly.
345345

346346
getScreenPosition(_point, camera).subtractPoint(offset);
347-
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing, colorTransform, shader);
347+
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing);
348348
}
349349

350350
#if FLX_DEBUG

0 commit comments

Comments
 (0)