@realsee/vreo 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -89,7 +89,7 @@ var CameraMovementPlugin = function CameraMovementPlugin(five) {
|
|
|
89
89
|
_context.next = 20;
|
|
90
90
|
return five.ready();
|
|
91
91
|
case 20:
|
|
92
|
-
movePanoOptions = Object.assign(args, {
|
|
92
|
+
movePanoOptions = Object.assign({}, args, {
|
|
93
93
|
duration: duration - (performance.now() - start),
|
|
94
94
|
// 移动耗时
|
|
95
95
|
moveEndCallback: function moveEndCallback() {
|