This commit is contained in:
Leijurv 2019-04-10 23:45:52 -07:00
parent ce59ef559f
commit 76cdaaace6
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -134,6 +134,7 @@ public enum WorldScanner implements IWorldScanner {
} else { } else {
if (foundWithinY) { if (foundWithinY) {
// have found within Y in this chunk, so don't need to consider outside Y // 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; return true;
} }
} }