提交 d6345d71 编写于 作者: A alteredq

Fixed runaway _sprite global in WebGLRenderer.

上级 e604036b
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
......@@ -270,7 +270,7 @@ THREE.WebGLRenderer = function ( parameters ) {
// prepare sprites
_sprite = {};
var _sprite = {};
_sprite.vertices = new Float32Array( 8 + 8 );
_sprite.faces = new Uint16Array( 6 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册