minor changes for 1.5.3
This commit is contained in:
parent
e78bcc4762
commit
a57da730e8
4 changed files with 20 additions and 30 deletions
|
|
@ -5,7 +5,7 @@ public class BInstallerSizes {
|
|||
|
||||
public static int getRd5Size( int idx )
|
||||
{
|
||||
return rd5_sizes[idx];
|
||||
return (int)(rd5_sizes[idx]*1.3); // 30% growth since last fixing the numbers..
|
||||
}
|
||||
|
||||
private static int[] rd5_sizes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue