Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
swordcube authored Sep 22, 2023
1 parent d124ac9 commit b093e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/graphics/tile/FlxDrawTrianglesItem.hx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class FlxDrawTrianglesItem extends FlxDrawBaseItem<FlxDrawTrianglesItem>
{
var gfx:Graphics = camera.debugLayer.graphics;
gfx.lineStyle(1, FlxColor.BLUE, 0.5);
gfx.drawTriangles(vertices, indices);
gfx.drawTriangles(vertices, indices, uvtData);
}
#end

Expand Down

0 comments on commit b093e3f

Please sign in to comment.