Skip to content

Commit

Permalink
unload memory leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barisyild authored and joshtynjala committed Jan 22, 2024
1 parent 16d1c9c commit 58d768e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swf/exporters/animate/AnimateLibrary.hx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import openfl.filters.GlowFilter;
super();

this.id = id;
this.uuid = uuid;

instanceID = uuid != null ? uuid : id;

Expand Down

0 comments on commit 58d768e

Please sign in to comment.