Fixed a bug in generate_assets script
This commit is contained in:
parent
c72cf74138
commit
c23f1bbc5b
@ -180,6 +180,9 @@ convert_image()
|
||||
echo "Couldn't convert $FILE file"
|
||||
return
|
||||
fi
|
||||
|
||||
SCALE_CMD=""
|
||||
QUALITY_CMD=""
|
||||
|
||||
if [ $W -gt $TEXTURE_SIZE ] || [ $H -gt $TEXTURE_SIZE ]; then
|
||||
if [ $W -gt $H ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user