Refactor and comment

This commit is contained in:
James Seibel
2021-08-08 22:04:13 -05:00
parent 89115fd5d5
commit 54e5fd30ab
11 changed files with 110 additions and 81 deletions
@@ -89,7 +89,9 @@ public class LodNodeBuilder {
}
lodDim.addNode(node);
} catch (IllegalArgumentException | NullPointerException e) {
}
catch (IllegalArgumentException | NullPointerException e)
{
e.printStackTrace();
// if the world changes while LODs are being generated
// they will throw errors as they try to access things that no longer