mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
GrabbagImageSource: Fixed approximate download file size.
The new value is based on a finished download of the SWS set.
This commit is contained in:
parent
e7347ff7f2
commit
40fd976da6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
|
||||
@Override
|
||||
public float getAverageSize() {
|
||||
return 26.7f;
|
||||
return 74.8f;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue