Browse Source

Merge pull request #6667 from FishOrBear/patch-1

Clean
David Catuhe 6 years ago
parent
commit
5bf85020e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Cameras/arcRotateCamera.ts

+ 0 - 1
src/Cameras/arcRotateCamera.ts

@@ -1009,7 +1009,6 @@ export class ArcRotateCamera extends TargetCamera {
 
             var up = this.upVector;
             if (this.allowUpsideDown && sinb < 0) {
-                up = up.clone();
                 up = up.negate();
             }