mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
sync copy op in objects
This commit is contained in:
parent
46d810eddf
commit
618da86b44
@ -196,7 +196,7 @@ public class IrisObject extends IrisRegistrant
|
|||||||
lock.unlock();
|
lock.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
public IrisObject copy()
|
public synchronized IrisObject copy()
|
||||||
{
|
{
|
||||||
IrisObject o = new IrisObject(w, h, d);
|
IrisObject o = new IrisObject(w, h, d);
|
||||||
o.setLoadKey(o.getLoadKey());
|
o.setLoadKey(o.getLoadKey());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user