Update LRMInspector.cs
This commit is contained in:
parent
1ebfd4cd14
commit
bfa2785e22
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace LightReflectiveMirror
|
||||||
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
||||||
public class LRMInspector : Editor
|
public class LRMInspector : Editor
|
||||||
{
|
{
|
||||||
int serverPort = 8080;
|
int serverPort = 7070;
|
||||||
string serverIP;
|
string serverIP;
|
||||||
float invalidServerIP = 0;
|
float invalidServerIP = 0;
|
||||||
bool usingLLB = false;
|
bool usingLLB = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue