未验证 提交 35bdc42a 编写于 作者: M Michael Herzog 提交者: GitHub

Update index.html

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