potential fix

This commit is contained in:
cola98765
2021-12-14 18:14:14 +01:00
parent 2176807a0a
commit ac876c0030
@@ -334,9 +334,9 @@ public class DataPointUtil
break;
}
}
if (topPos == -1)
if (topPos < 0)
{
if (botPos == -1)
if (botPos < 0)
{
//whole block falls above
extendArray(heightAndDepth, 2, 0, 1, count);