Skip to content

Commit

Permalink
Update SustainTrail.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Oct 29, 2024
1 parent e76000a commit 4ff49fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/notes/SustainTrail.hx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class SustainTrail extends FlxSprite
getScreenPosition(_point, camera).subtractPoint(offset);
try
{
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing);
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing, colorTransform, shader);
}
catch (e) {}
}
Expand Down

0 comments on commit 4ff49fd

Please sign in to comment.