|
@@ -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');
|