9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 20:39:21 +00:00

Loading & Saving!

This commit is contained in:
Daniel Mills
2020-08-24 12:57:25 -04:00
parent 998e1b62a5
commit 44b6396b78
3 changed files with 56 additions and 3 deletions

View File

@@ -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())