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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user