1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2025-03-11 02:19:56 +07:00

Fix sprite packing typo ()

This commit is contained in:
Patrick 'Quezler' Mounier 2020-12-17 16:15:58 +01:00 committed by GitHub
parent 9a777f3ce5
commit cfd67bb1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
}
if(!project.ext.hasSprites()){
println "Scheduling sprite packi."
println "Scheduling sprite packing."
run.dependsOn ":tools:pack"
dist.dependsOn ":tools:pack"
}