mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 20:39:21 +00:00
Loading & Saving!
This commit is contained in:
@@ -43,6 +43,7 @@ public class IrisObject extends IrisRegistrant
|
||||
public IrisObject copy()
|
||||
{
|
||||
IrisObject o = new IrisObject(w, h, d);
|
||||
o.setLoadKey(o.getLoadKey());
|
||||
o.setCenter(getCenter().clone());
|
||||
|
||||
for(BlockVector i : getBlocks().k())
|
||||
|
||||
Reference in New Issue
Block a user