gemercheung 3 anos atrás
pai
commit
f7c7d11d08
1 arquivos alterados com 1 adições e 1 exclusões
  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');