fix to the Rendering holes

This commit is contained in:
Leonardo
2021-08-28 00:16:44 +02:00
parent 8db782a406
commit 36079e1624
4 changed files with 19 additions and 12 deletions
@@ -522,7 +522,7 @@ public class LodDimension
*
* @return list of nodes
*/
public void getDataToRender(SortedSet<LevelPos> dataToRender, RegionPos regionPos, int playerPosX, int playerPosZ)
public void getDataToRender(Set<LevelPos> dataToRender, RegionPos regionPos, int playerPosX, int playerPosZ)
{
LevelPos regionLevelPos = new LevelPos(LodUtil.REGION_DETAIL_LEVEL, regionPos.x, regionPos.z);
try