Compare commits

...

2 Commits

Author SHA1 Message Date
6ad26bba8e Merge pull request '修复bug' (#47) from Alienjack/AxibugEmuOnline:master into master
Reviewed-on: #47
2024-11-11 10:10:39 +08:00
ALIENJACK\alien
a18d52e0c7 修复bug 2024-11-11 10:09:11 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -267,6 +267,7 @@ namespace AxibugEmuOnline.Client.Manager
App.log.Debug("创建房间成功"); App.log.Debug("创建房间成功");
Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData); Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData);
mineRoomMiniInfo = msg.RoomMiniInfo; mineRoomMiniInfo = msg.RoomMiniInfo;
InitRePlay();
} }
/// <summary> /// <summary>

View File

@ -86,7 +86,7 @@ namespace AxibugEmuOnline.Client
{ {
bool find = false; bool find = false;
int currentSelect = SelectIndex; int currentSelect = SelectIndex;
while (currentSelect >= 0) while (currentSelect > 0)
{ {
currentSelect--; currentSelect--;
if (m_runtimeMenuItems[currentSelect].Visible) if (m_runtimeMenuItems[currentSelect].Visible)