未验证 提交 7ccf24e0 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #16976 from JohannesDeml/feature/fix-transform-controls-typo

Fix typo in transformcontrols and add additional information
......@@ -598,7 +598,7 @@ THREE.TransformControls = function ( camera, domElement ) {
}
// TODO: depricate
// TODO: deprecate
this.getMode = function () {
......@@ -638,7 +638,7 @@ THREE.TransformControls = function ( camera, domElement ) {
this.update = function () {
console.warn( 'THREE.TransformControls: update function has been depricated.' );
console.warn( 'THREE.TransformControls: update function has no more functionality and therefore has been deprecated.' );
};
......
......@@ -623,7 +623,7 @@ var TransformControls = function ( camera, domElement ) {
}
// TODO: depricate
// TODO: deprecate
this.getMode = function () {
......@@ -663,7 +663,7 @@ var TransformControls = function ( camera, domElement ) {
this.update = function () {
console.warn( 'THREE.TransformControls: update function has been depricated.' );
console.warn( 'THREE.TransformControls: update function has no more functionality and therefore has been deprecated.' );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册