diff --git a/docs/index.html b/docs/index.html index 0cf2d60bcb6faabeff0db4a6838be83d8588db24..450f7697953edab05b612c79f9b75c00db4abe18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,7 +68,7 @@ // *BufferGeometry to *Geometry - if ( /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) { + if ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) { window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );