提交 cbdef855 编写于 作者: J Johannes Deml

Fix problem by checking for _target variable, test passes now

上级 1f31d20e
......@@ -277,7 +277,7 @@ Object3D.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
// This method does not support objects having non-uniformly-scaled parent(s)
if ( _position === undefined ) {
if ( _target === undefined ) {
_q1 = new Quaternion();
_m1 = new Matrix4();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册