提交 0ca8efd9 编写于 作者: M Mr.doob 提交者: sole

Fixed stats

上级 18ae8839
......@@ -90,7 +90,9 @@
container.appendChild(renderer.viewport);
stats = new Stats();
container.appendChild(stats.getDisplayElement());
stats.domElement.style.position = 'absolute';
stats.domElement.style.top = '0px';
container.appendChild(stats.domElement);
document.addEventListener('mousedown', onDocumentMouseDown, false);
document.addEventListener('touchstart', onDocumentTouchStart, false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册