|
@@ -598,7 +598,7 @@ THREE.TransformControls = function ( camera, domElement ) {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- // TODO: depricate
|
|
|
|
|
|
+ // TODO: deprecate
|
|
|
|
|
|
this.getMode = function () {
|
|
this.getMode = function () {
|
|
|
|
|
|
@@ -638,7 +638,7 @@ THREE.TransformControls = function ( camera, domElement ) {
|
|
|
|
|
|
this.update = function () {
|
|
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.' );
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|