0

1 Commits
v1.2 ... v1.2.1

Author SHA1 Message Date
6441ddb3a5 fix AssetsManager: save resources 2020-12-31 14:38:46 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
projectGroup=ghast
projectName=ghast-tools
projectVersion=1.2
projectVersion=1.2.1

View File

@@ -136,6 +136,7 @@ public class AssetsManager {
while ((count = inputStream.read(buffer)) != -1) {
outputStream.write(buffer, 0, count);
}
outputStream.flush();
}
} catch (IOException e) {
throw new AssetsException(format("Error save asset \"{0}\" to \"{1}\": {2}",