From a72419075c08939d7e40f57f8d0989ea1492e26d Mon Sep 17 00:00:00 2001 From: George FunBook Date: Sun, 29 Dec 2024 23:53:43 -0500 Subject: [PATCH] doc --- flixel/graphics/tile/FlxGraphicsShader.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/graphics/tile/FlxGraphicsShader.hx b/flixel/graphics/tile/FlxGraphicsShader.hx index 478d9671d..5e1e01d0f 100644 --- a/flixel/graphics/tile/FlxGraphicsShader.hx +++ b/flixel/graphics/tile/FlxGraphicsShader.hx @@ -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) {