9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

Transient fix

This commit is contained in:
Daniel Mills
2021-07-28 23:20:18 -04:00
parent 408742494a
commit 6620d2d023

View File

@@ -53,7 +53,7 @@ public class IrisObjectScale {
@Desc("If this object is scaled up beyond its origin size, specify a 3D interpolator")
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>>()
.initialCapacity(64)
.maximumWeightedCapacity(64)