Moved Discovery Stop buttons down a bit

This commit is contained in:
MrGadget1024 2021-05-20 01:11:12 -04:00
parent bcb0e1f53d
commit c7fe7acc15

View File

@ -85,7 +85,7 @@ void DrawGUI()
void StopButtons()
{
GUILayout.BeginArea(new Rect(10, 10, 100, 25));
GUILayout.BeginArea(new Rect(10, 40, 100, 25));
// stop host if host mode
if (NetworkServer.active && NetworkClient.isConnected)