Add todo to GenericObjRenderer about potential crash
This commit is contained in:
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user