@@ -522,8 +522,6 @@ class RenderObject {
}
- //const instanceCount = geometry.isInstancedBufferGeometry ? geometry.instanceCount : ( object.count !== undefined ? Math.max( 0, object.count ) : 1 );
-
if ( instanceCount === 0 ) return null;
drawParams.instanceCount = instanceCount;