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

Trying to have consistent three.js console messages formatting.

上级 2fa0d87e
......@@ -114,7 +114,7 @@ THREE.Object3D.prototype = {
if ( object === this ) {
console.warn( 'THREE: Object3D.add(): An object can\'t be added as a child of itself.' );
console.warn( 'THREE.Object3D.add: An object can\'t be added as a child of itself.' );
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册