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

Clean up.

上级 a5bebe9c
......@@ -209,7 +209,7 @@ THREE.WebGLObjects = function ( gl, properties, info ) {
} else if ( data.updateRange.count === 0 ) {
console.error( 'THREE.WebGLRenderer.updateObject: using updateRange for THREE.DynamicBufferAttribute and marked as needsUpdate but count is 0, ensure you are using set methods or updating manually.' );
console.error( 'THREE.WebGLObjects.updateBuffer: using updateRange for THREE.DynamicBufferAttribute and marked as needsUpdate but count is 0, ensure you are using set methods or updating manually.' );
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册