提交 c7fbc073 编写于 作者: M Mr.doob

Merge branch 'patch-1' of https://github.com/rnorris7756/three.js into dev

......@@ -262,7 +262,7 @@
var number = document.createElement( 'div' );
number.className = 'number';
number.textContent = i + 1;
number.textContent = (i/5) + 1;
element.appendChild( number );
var symbol = document.createElement( 'div' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册