This commit is contained in:
Leijurv
2019-04-10 23:45:52 -07:00
parent ce59ef559f
commit 76cdaaace6

View File

@@ -134,6 +134,7 @@ public enum WorldScanner implements IWorldScanner {
} else {
if (foundWithinY) {
// have found within Y in this chunk, so don't need to consider outside Y
// TODO continue iteration to one more sorted Y coordinate block
return true;
}
}