9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

sync copy op in objects

This commit is contained in:
Daniel Mills
2021-01-14 08:37:52 -05:00
parent 46d810eddf
commit 618da86b44

View File

@@ -196,7 +196,7 @@ public class IrisObject extends IrisRegistrant
lock.unlock();
}
public IrisObject copy()
public synchronized IrisObject copy()
{
IrisObject o = new IrisObject(w, h, d);
o.setLoadKey(o.getLoadKey());