diff --git a/lime/Assets.hx b/lime/Assets.hx index 0182aa001..71a9dae1c 100644 --- a/lime/Assets.hx +++ b/lime/Assets.hx @@ -935,6 +935,7 @@ class Assets { if (library != null) { cache.clear (name + ":"); + library.unload (); library.eventCallback = null; } @@ -1140,6 +1141,13 @@ class AssetLibrary { } + private function unload ():Void { + + + + } + + }