提交 a83f78ac 编写于 作者: T tschw

Let Matrix3.getInverse log an error given a Matrix4.

上级 f40cab57
......@@ -171,7 +171,7 @@ THREE.Matrix3.prototype = {
if ( matrix instanceof THREE.Matrix4 ) {
console.warn( "THREE.Matrix3.getInverse no longer takes a Matrix4 argument." );
console.error( "THREE.Matrix3.getInverse no longer takes a Matrix4 argument." );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册