切换房间类型的时候 小游戏切换 不用延迟销毁
This commit is contained in:
@@ -798,7 +798,7 @@
|
||||
- (void)onRoomUpdate {
|
||||
if (self.hostDelegate.getRoomInfo.type != RoomType_MiniGame) {
|
||||
self.hidden = YES;
|
||||
[self destroyMG];
|
||||
[self.fsmAPP2MG destroyMG];
|
||||
} else {
|
||||
self.hidden = NO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user