Explorar o código

Update index.html

Fix redirect.
Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
35bdc42a81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -68,7 +68,7 @@
 
 			// *BufferGeometry to *Geometry
 
-			if ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) {
+			if ( window.location.hash.includes( 'Instanced' ) === false && /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
 
 				window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );