Introduced try and catch were needed and fixed some small bugs

This commit is contained in:
Leonardo
2021-08-24 14:58:22 +02:00
parent 189b0ec878
commit cddd239fc5
3 changed files with 61 additions and 36 deletions
@@ -632,6 +632,7 @@ public class LodRegion implements Serializable
generationType[tempLod] = new byte[size][size];
dataExistence[tempLod] = new boolean[size][size];
}
minDetailLevel = detailLevel;
}
}