mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Oops
This commit is contained in:
parent
c2af0e8b48
commit
e8adb7d533
@ -125,7 +125,7 @@ public class IrisJigsawStructure extends IrisRegistrant
|
|||||||
avg += getLoader().getJigsawPieceLoader().load(i).getMax2dDimension();
|
avg += getLoader().getJigsawPieceLoader().load(i).getMax2dDimension();
|
||||||
}
|
}
|
||||||
|
|
||||||
return (avg/(pieces.size() > 0 ? 1 : pieces.size())) * (((getMaxDepth() + 1) * 2) + 1);
|
return (avg/(pieces.size() > 0 ? pieces.size() : 1)) * (((getMaxDepth() + 1) * 2) + 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user