last time
This commit is contained in:
parent
94bbc2d658
commit
0484040e26
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ public abstract class DimLink
|
||||||
|
|
||||||
protected DimLink(Point4D source, DimLink parent, int orientation)
|
protected DimLink(Point4D source, DimLink parent, int orientation)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (parent.source.getDimension() != source.getDimension())
|
if (parent.source.getDimension() != source.getDimension())
|
||||||
{
|
{
|
||||||
// Ban having children in other dimensions to avoid serialization issues with cross-dimensional tails
|
// Ban having children in other dimensions to avoid serialization issues with cross-dimensional tails
|
||||||
|
|
Loading…
Reference in a new issue