We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultDestroyOnNoUse
1 parent a4066d6 commit 399cef5Copy full SHA for 399cef5
1 file changed
flixel/graphics/FlxGraphic.hx
@@ -31,7 +31,7 @@ class FlxGraphic implements IFlxDestroyable
31
* The default value for the `destroyOnNoUse` variable at creation
32
* @since FunkinCrew's Flixel
33
*/
34
- public static var defaultDestroyOnNoUse:Bool = true;
+ public static var defaultDestroyOnNoUse:Bool = false;
35
36
/**
37
* Creates and caches FlxGraphic object from openfl.Assets key string.
0 commit comments