|
@@ -395,7 +395,7 @@ class OrbitControls extends EventDispatcher {
|
|
|
if ( zoomChanged ||
|
|
|
lastPosition.distanceToSquared( scope.object.position ) > EPS ||
|
|
|
8 * ( 1 - lastQuaternion.dot( scope.object.quaternion ) ) > EPS ||
|
|
|
- lastTargetPosition.distanceToSquared( scope.target ) > 0 ) {
|
|
|
+ lastTargetPosition.distanceToSquared( scope.target ) > EPS ) {
|
|
|
|
|
|
scope.dispatchEvent( _changeEvent );
|
|
|
|