修复bug
This commit is contained in:
parent
eefde2e9b6
commit
a18d52e0c7
@ -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>
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user