mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00: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…
Reference in a new issue