mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Compare commits
2 commits
2334830a27
...
43cb935c9f
Author | SHA1 | Date | |
---|---|---|---|
|
43cb935c9f | ||
|
cac4ee2b1a |
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,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…
Reference in a new issue