mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Transient fix
This commit is contained in:
parent
408742494a
commit
6620d2d023
@ -53,7 +53,7 @@ public class IrisObjectScale {
|
|||||||
@Desc("If this object is scaled up beyond its origin size, specify a 3D interpolator")
|
@Desc("If this object is scaled up beyond its origin size, specify a 3D interpolator")
|
||||||
private IrisObjectPlacementScaleInterpolator interpolation = IrisObjectPlacementScaleInterpolator.NONE;
|
private IrisObjectPlacementScaleInterpolator interpolation = IrisObjectPlacementScaleInterpolator.NONE;
|
||||||
|
|
||||||
private final transient ConcurrentLinkedHashMap<IrisObject, KList<IrisObject>> cache
|
private transient ConcurrentLinkedHashMap<IrisObject, KList<IrisObject>> cache
|
||||||
= new ConcurrentLinkedHashMap.Builder<IrisObject, KList<IrisObject>>()
|
= new ConcurrentLinkedHashMap.Builder<IrisObject, KList<IrisObject>>()
|
||||||
.initialCapacity(64)
|
.initialCapacity(64)
|
||||||
.maximumWeightedCapacity(64)
|
.maximumWeightedCapacity(64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user