gemercheung 3 gadi atpakaļ
vecāks
revīzija
f7c7d11d08
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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');