This commit is contained in:
Daniel Mills
2021-08-07 08:35:59 -04:00
parent 956958fa0e
commit 271f308c36
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,6 @@ public class IrisObject extends IrisRegistrant {
@Getter
@Setter
protected transient IrisLock lock = new IrisLock("Preloadcache");
@Getter
@Setter
protected transient AtomicCache<AxisAlignedBB> aabb = new AtomicCache<>();