fix:修复游戏麦位布局问题
This commit is contained in:
@@ -789,8 +789,7 @@ public final class AvRoomDataManager {
|
||||
* @return 游戏坑位, 最少6个, 低于6个不支持
|
||||
*/
|
||||
public int getMgMicNum() {
|
||||
return AvRoomDataManager.get().mCurrentRoomInfo == null ? GAME_DEF_MIC_COUNT :
|
||||
Math.max(AvRoomDataManager.get().mCurrentRoomInfo.getMgMicNum(), GAME_DEF_MIC_COUNT);
|
||||
return AvRoomDataManager.get().mCurrentRoomInfo == null ? GAME_DEF_MIC_COUNT : AvRoomDataManager.get().mCurrentRoomInfo.getMgMicNum();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user