From 8cc9636fa7b6438af22b04e8f25d27ef9c8c8c8e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 4 Feb 2023 22:51:32 -0600 Subject: [PATCH] update todo comment --- .../main/java/com/seibel/lod/core/render/LodRenderSection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/lod/core/render/LodRenderSection.java b/core/src/main/java/com/seibel/lod/core/render/LodRenderSection.java index 6ded9384e..16d3f588e 100644 --- a/core/src/main/java/com/seibel/lod/core/render/LodRenderSection.java +++ b/core/src/main/java/com/seibel/lod/core/render/LodRenderSection.java @@ -14,7 +14,7 @@ public class LodRenderSection public final DhSectionPos pos; // TODO create an enum to represent the section's state instead of using magic numbers in the childCount - // states: loaded (childCount 4), unloaded (childCount 0), markedForDeletion/markedForFreeing (childCount -1) + // states (may not be a complete or correct list): loaded (childCount 4), unloaded (childCount 0), markedForDeletion/markedForFreeing (childCount -1) /* Following used for LodQuadTree tick() method, and ONLY for that method! */ // the number of children of this section