소스 검색

去掉walking 锁rotate

gemercheung 3 년 전
부모
커밋
8ab27ebe86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(