Optimization to getLodToRender

This commit is contained in:
Leonardo
2021-08-27 12:02:02 +02:00
parent b27afbb18c
commit 21069d6479
4 changed files with 101 additions and 103 deletions
@@ -594,7 +594,7 @@ public class LodDimension
return false;
}
return region.doesDataExist(levelPos);
return region.doesDataExist(levelPos.clone());
}catch (Exception e){
return false;
}