Browse Source

去掉walking 锁rotate

gemercheung 3 năm trước cách đây
mục cha
commit
8ab27ebe86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -830,7 +830,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
           this.lastMoveStreamFrame.next(streamData);
           // this.lastMoveStreamFrameBk = streamData;
           this.holdSteam();
-          this.globalOptLock = true;
+          // this.globalOptLock = true;
           const res = await this.streamService.pushFrameToSteam(streamData);
 
           const isLastFrameIndex = this.lastMovingPointArray.findIndex(