removed generated brfs
This commit is contained in:
parent
77977677db
commit
b504cd70f3
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -5,7 +5,7 @@ public class BInstallerSizes {
|
||||||
|
|
||||||
public static int getRd5Size( int idx )
|
public static int getRd5Size( int idx )
|
||||||
{
|
{
|
||||||
return (int)(rd5_sizes[idx]*1.3); // 30% growth since last fixing the numbers..
|
return (int)(rd5_sizes[idx]*1.4); // 40% growth since last fixing the numbers..
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int[] rd5_sizes = {
|
private static int[] rd5_sizes = {
|
||||||
|
|
Loading…
Reference in a new issue