gemercheung 3 年之前
父节点
当前提交
f7c7d11d08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/scene/scene.service.ts

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

@@ -620,7 +620,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
           ) as StreamReplyType;
           console.log('has-complementFrame', complementFrame);
           if (complementFrame) {
-            pushJoyStickSteam(complementFrame);
+            pushJoyStickSteam(complementFrame, true);
           } else {
             this.frameCnt.next(hasPush.frame);
             this.logger.log('joystick opt done');