Add todo to GenericObjRenderer about potential crash

This commit is contained in:
James Seibel
2024-11-08 07:41:22 -06:00
parent 0fb7131631
commit ea1d79a1a6
@@ -582,6 +582,7 @@ public class GenericObjectRenderer implements IDhApiCustomRenderRegister
shaderProgram.fillSharedDirectUniformData(renderEventParam, shading, boxGroup, camPos);
// TODO handle empty arrays (concurrency issue?)
for (DhApiRenderableBox box : boxGroup)
{
this.renderBox(shaderProgram, renderEventParam, boxGroup, box, camPos);