mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Moved Discovery Stop buttons down a bit
This commit is contained in:
parent
bcb0e1f53d
commit
c7fe7acc15
@ -85,7 +85,7 @@ void DrawGUI()
|
|||||||
|
|
||||||
void StopButtons()
|
void StopButtons()
|
||||||
{
|
{
|
||||||
GUILayout.BeginArea(new Rect(10, 10, 100, 25));
|
GUILayout.BeginArea(new Rect(10, 40, 100, 25));
|
||||||
|
|
||||||
// stop host if host mode
|
// stop host if host mode
|
||||||
if (NetworkServer.active && NetworkClient.isConnected)
|
if (NetworkServer.active && NetworkClient.isConnected)
|
||||||
|
Loading…
Reference in New Issue
Block a user