@@ -81,7 +81,7 @@ THREE.WireframeGeometry = function ( geometry ) {
if ( drawcalls.length === 0 ) {
- geometry.addDrawCall( 0, indices.length );
+ geometry.addGroup( 0, indices.length );
}