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

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

@@ -622,7 +622,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
             this.isJoystickHasStream = true;
             this.isJoystickHasStream = true;
             console.log('joystick-hasPush', hasPush);
             console.log('joystick-hasPush', hasPush);
             if (this.isJoystickHasStream) {
             if (this.isJoystickHasStream) {
-              await this.sleep(30);
+              await this.sleep(20);
             }
             }
             this.moveService.sendingFrameForJoystick = false;
             this.moveService.sendingFrameForJoystick = false;
             const data = joystickRes as StreamReplyType;
             const data = joystickRes as StreamReplyType;