Skip to content

Commit

Permalink
Fix internal Assets getLibrary method
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Sep 14, 2015
1 parent fbb1c73 commit 514b5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/Assets.hx
Expand Up @@ -191,7 +191,7 @@ class Assets {

private static function getLibrary (name:String):LimeAssetLibrary {

return cast LimeAssets.libraries.get (name);
return LimeAssets.getLibrary (name);

}

Expand Down

0 comments on commit 514b5bc

Please sign in to comment.