Skip to content

Commit

Permalink
Fix for HaxeFlixel#2904
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed Aug 28, 2023
1 parent 1709031 commit 917dcac
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 917dcac

Please sign in to comment.