mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Merge 01b5d527ac
into d31ef12363
This commit is contained in:
commit
43dcb6d67d
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class SustainTrail extends FlxSprite
|
|||
// if (!isOnScreen(camera)) continue; // TODO: Update this code to make it work properly.
|
||||
|
||||
getScreenPosition(_point, camera).subtractPoint(offset);
|
||||
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing);
|
||||
camera.drawTriangles(processedGraphic, vertices, indices, uvtData, null, _point, blend, true, antialiasing, colorTransform, shader);
|
||||
}
|
||||
|
||||
#if FLX_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue