This commit is contained in:
Mihai Alexandru 2024-05-08 07:32:47 +03:00 committed by GitHub
parent 29928061e3
commit b1f6968d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import lime.utils.Assets;
using StringTools;
class Storage
class StorageUtil
{
public static function copyNecessaryFiles(what:Map<String, String>):Void
{
@ -21,7 +21,7 @@ class Storage
final library:String = shit.replace(shit.substring(shit.indexOf('/', 0), shit.length), '');
@:privateAccess
Storage.copyFile(Assets.libraryPaths.exists(library) ? '$library:$file' : file, file);
copyFile(Assets.libraryPaths.exists(library) ? '$library:$file' : file, file);
}
}
}