Compare commits
No commits in common. "6ad26bba8e232cbc18f67ec70f7d173e16d4baec" and "5bd858e1a53467cdc22d91979be2289667d898b5" have entirely different histories.
6ad26bba8e
...
5bd858e1a5
@ -267,7 +267,6 @@ namespace AxibugEmuOnline.Client.Manager
|
||||
App.log.Debug("创建房间成功");
|
||||
Protobuf_Room_Create_RESP msg = ProtoBufHelper.DeSerizlize<Protobuf_Room_Create_RESP>(reqData);
|
||||
mineRoomMiniInfo = msg.RoomMiniInfo;
|
||||
InitRePlay();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user