Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 30, 2024
1 parent d4d42e8 commit a724190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/graphics/tile/FlxGraphicsShader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FlxGraphicsShader extends GraphicsShader
}
")
@:glFragmentHeader("
uniform bool hasTransform; // TODO: Is this still needed?
uniform bool hasTransform; // TODO: Is this still needed? Apparently, yes!
uniform bool hasColorTransform;
vec4 flixel_texture2D(sampler2D bitmap, vec2 coord)
{
Expand Down

0 comments on commit a724190

Please sign in to comment.