What a horrible waste of time
This commit is contained in:
@@ -337,7 +337,7 @@ public class BlockIndexer{
|
||||
int size = breturnArray.size;
|
||||
for(int i = 0; i < size; i++){
|
||||
var b = items[i];
|
||||
if(b.within(x, y, range + b.hitSize()/2f)){
|
||||
if(b != null && b.within(x, y, range + b.hitSize()/2f)){
|
||||
cons.get(b);
|
||||
}
|
||||
items[i] = null;
|
||||
|
||||
Reference in New Issue
Block a user