Create the comment for issue #62

This commit is contained in:
James Seibel
2021-08-28 12:10:19 -05:00
parent c54c2c6612
commit 13d2c7b421
@@ -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()
{