Skip to content

Commit

Permalink
fix triangles
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 26, 2024
1 parent dfa6630 commit 7ea5194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flixel/graphics/tile/FlxDrawTrianglesItem.hx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class FlxDrawTrianglesItem extends FlxDrawBaseItem<FlxDrawTrianglesItem>
shader.colorOffset.value = null;
}

setParameterValue(shader.hasTransform, true);
setParameterValue(shader.hasColorTransform, colored || hasColorOffsets);

#if (openfl > "8.7.0")
Expand Down

0 comments on commit 7ea5194

Please sign in to comment.