未验证 提交 96e0b2b3 编写于 作者: M Michael Herzog 提交者: GitHub

Update index.html

Fixed redirect.
上级 8e14a13f
......@@ -82,7 +82,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' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册