Skip to content

Commit 399cef5

Browse files
committed
Change defaultDestroyOnNoUse to false
1 parent a4066d6 commit 399cef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flixel/graphics/FlxGraphic.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class FlxGraphic implements IFlxDestroyable
3131
* The default value for the `destroyOnNoUse` variable at creation
3232
* @since FunkinCrew's Flixel
3333
*/
34-
public static var defaultDestroyOnNoUse:Bool = true;
34+
public static var defaultDestroyOnNoUse:Bool = false;
3535

3636
/**
3737
* Creates and caches FlxGraphic object from openfl.Assets key string.

0 commit comments

Comments
 (0)