Skip to content

Commit

Permalink
Merge branch 'dev-6.0.0' into fnf-6
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jun 14, 2024
2 parents c4d168e + 0acbd85 commit a5635ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/graphics/tile/FlxGraphicsShader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FlxGraphicsShader extends GraphicsShader
openfl_ColorOffsetv = colorOffset / 255.0;
openfl_ColorMultiplierv = colorMultiplier;
}
}")
}", true)
@:glFragmentHeader("
uniform bool hasTransform;
uniform bool hasColorTransform;
Expand Down Expand Up @@ -62,7 +62,7 @@ class FlxGraphicsShader extends GraphicsShader
}
return vec4(0.0, 0.0, 0.0, 0.0);
}
")
", true)
@:glFragmentSource("
#pragma header
Expand Down

0 comments on commit a5635ac

Please sign in to comment.