Fixing minor issue in BlockReplace example

This commit is contained in:
Justin Aquadro 2012-01-04 19:25:08 -05:00
parent 37739af562
commit e6d104df68

View file

@ -39,8 +39,6 @@ namespace BlockReplace
int ydim = chunk.Blocks.YDim;
int zdim = chunk.Blocks.ZDim;
chunk.Blocks.AutoFluid = true;
// x, z, y is the most efficient order to scan blocks (not that
// you should care about internal detail)
for (int x = 0; x < xdim; x++) {