Partial fix of editor multiblock undo/redo

This commit is contained in:
Anuken
2020-10-28 09:22:27 -04:00
parent 024f64678c
commit 63e4bca098
6 changed files with 23 additions and 14 deletions

View File

@@ -217,6 +217,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
//assign entity and type to blocks, so they act as proxies for this one
other.build = entity;
other.block = block;
}
}
}