|
@@ -927,6 +927,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
this.testTimer = 0;
|
|
|
//this.handleJoystickStop(hasPush);
|
|
|
this.globalOptLock = false;
|
|
|
+ this.resumeStream();
|
|
|
}
|
|
|
} else {
|
|
|
this.handleJoystickStop(hasPush);
|
|
@@ -1007,7 +1008,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
}
|
|
|
} else {
|
|
|
console.log('handlejoystick:null');
|
|
|
- // this.onJoysticking.next(false);
|
|
|
+ this.onJoysticking.next(false);
|
|
|
}
|
|
|
} catch (error) {
|
|
|
console.error('joystick错误', error);
|