From 58d768eda7a8f5a3a9c96a62a87ab04deb813b19 Mon Sep 17 00:00:00 2001 From: win11 Date: Wed, 17 Jan 2024 18:43:14 +0300 Subject: [PATCH] unload memory leak fix --- src/swf/exporters/animate/AnimateLibrary.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swf/exporters/animate/AnimateLibrary.hx b/src/swf/exporters/animate/AnimateLibrary.hx index d10d388..4d4388b 100644 --- a/src/swf/exporters/animate/AnimateLibrary.hx +++ b/src/swf/exporters/animate/AnimateLibrary.hx @@ -73,6 +73,7 @@ import openfl.filters.GlowFilter; super(); this.id = id; + this.uuid = uuid; instanceID = uuid != null ? uuid : id;