Skip to content

Commit

Permalink
fix for FlxShader thingie
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jun 10, 2024
1 parent 4b45f98 commit df575b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/display/FlxRuntimeShader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import openfl.display.ShaderParameter;
* @see https://github.com/openfl/openfl/blob/develop/src/openfl/utils/_internal/ShaderMacro.hx
* @see https://dixonary.co.uk/blog/shadertoy
*/
class FlxRuntimeShader extends FlxShader
class FlxRuntimeShader extends FlxGraphicsShader
{
#if FLX_DRAW_QUADS
// We need to add stuff from FlxGraphicsShader too!
Expand Down

0 comments on commit df575b0

Please sign in to comment.