We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlxRadialGauge.makeShapeGraphic
package; import flixel.FlxState; import flixel.util.FlxColor; import flixel.addons.display.FlxRadialGauge; class GameState extends FlxState { override function create() { super.create(); var radialGauge:FlxRadialGauge = new FlxRadialGauge(0.0, 0.0); // Uncaught exception: Access violation // radialGauge.makeShapeGraphic(SQUARE, 60, 30, FlxColor.WHITE); add(radialGauge); } }
Reproduced with stable lime, stable openfl, git flixel, and git flixel-addons
The text was updated successfully, but these errors were encountered:
Error seems to be from OpenFL openfl/openfl#2754
Sorry, something went wrong.
No branches or pull requests
Reproduced with stable lime, stable openfl, git flixel, and git flixel-addons
The text was updated successfully, but these errors were encountered: