Fixed bug in building AnvilSection tree

This commit is contained in:
Justin Aquadro 2012-03-24 12:41:10 -04:00
parent ac82c122dc
commit 1b7858d3e3

View file

@ -133,6 +133,8 @@ namespace Substrate
ctree["AddBlocks"] = new TagNodeByteArray(new byte[2048]); ctree["AddBlocks"] = new TagNodeByteArray(new byte[2048]);
_addBlocks = new YZXNibbleArray(XDIM, YDIM, ZDIM, ctree["AddBlocks"] as TagNodeByteArray); _addBlocks = new YZXNibbleArray(XDIM, YDIM, ZDIM, ctree["AddBlocks"] as TagNodeByteArray);
_tree = ctree;
return this; return this;
} }