From 13d2c7b421a921f1871d3acc79991a33d80eac9b Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 28 Aug 2021 12:10:19 -0500 Subject: [PATCH] Create the comment for issue #62 --- src/main/java/com/seibel/lod/render/RenderUtil.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/seibel/lod/render/RenderUtil.java b/src/main/java/com/seibel/lod/render/RenderUtil.java index ef1a8548d..3b33623cf 100644 --- a/src/main/java/com/seibel/lod/render/RenderUtil.java +++ b/src/main/java/com/seibel/lod/render/RenderUtil.java @@ -88,7 +88,10 @@ public class RenderUtil /** * Get how much buffer memory would be required for the given radius multiplier * + * issue #62 * TODO check if this is actually returning the correct memory needed + * it is possible (albeit unlikely) to have a buffer indexOutOfBounds exception + * which is caused by the buffer not being big enough. */ public static int getBufferMemoryForRegion() {