@@ -394,13 +394,15 @@ export class QingXiCheAndQvCarEventClick {
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
thisClass.renderEventBool = false;
+ // 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
+ objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
+
}
break;
-
@@ -108,7 +108,7 @@ export class QingXiCheAndQvThreeWorldEventMain {
/**
* 将当前移动的视角,切换成角色所在视角
- *
+ * 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
*/
coordinateMoveSphereFollowUpdate = function() {