From a18d52e0c7f8b7f3781a22ebd06bf69c48fd98c8 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Mon, 11 Nov 2024 10:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/Manager/AppRoom.cs | 1 + AxibugEmuOnline.Client/Assets/Script/UI/OptionUI/OptionUI.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/AppRoom.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/AppRoom.cs index 0aa7c6e..6059ca1 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/AppRoom.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/AppRoom.cs @@ -267,6 +267,7 @@ namespace AxibugEmuOnline.Client.Manager App.log.Debug("创建房间成功"); Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize(reqData); mineRoomMiniInfo = msg.RoomMiniInfo; + InitRePlay(); } /// diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/OptionUI/OptionUI.cs b/AxibugEmuOnline.Client/Assets/Script/UI/OptionUI/OptionUI.cs index 6e4a552..8574020 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/OptionUI/OptionUI.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/OptionUI/OptionUI.cs @@ -86,7 +86,7 @@ namespace AxibugEmuOnline.Client { bool find = false; int currentSelect = SelectIndex; - while (currentSelect >= 0) + while (currentSelect > 0) { currentSelect--; if (m_runtimeMenuItems[currentSelect].Visible)