Merge pull request #4 from Techiesplash/experimental
Fixed problem in ImGui Menu Demo
This commit is contained in:
commit
46f6bae565
1 changed files with 3 additions and 3 deletions
|
@ -23,12 +23,12 @@ public class IMGUIMenuDemo : MonoBehaviour, IMatchmaker
|
|||
private void Refresh()
|
||||
{
|
||||
IMatchmaker.Connect();
|
||||
/* var x = IMatchmaker.GetAllLobbyIdsByAttribute("public", "True");
|
||||
var x = IMatchmaker.GetAllLobbyIdsByAttribute("public", "True");
|
||||
foreach (var y in x)
|
||||
{
|
||||
ServerList.Add(IMatchmaker.GetLobbyAttribute(y, "_auto_ip"));
|
||||
}*/
|
||||
// IMatchmaker.Disconnect();
|
||||
}
|
||||
IMatchmaker.Disconnect();
|
||||
}
|
||||
|
||||
private void OnGUI()
|
||||
|
|
Loading…
Add table
Reference in a new issue