Update LRMTransportRequests.cs
This commit is contained in:
parent
77e446b580
commit
82f0399bb6
1 changed files with 2 additions and 4 deletions
|
|
@ -33,9 +33,7 @@ namespace LightReflectiveMirror
|
|||
|
||||
yield return webRequest.SendWebRequest();
|
||||
var result = webRequest.downloadHandler.text;
|
||||
|
||||
print("RECIEVED INFO: " + result);
|
||||
|
||||
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
switch (webRequest.result)
|
||||
{
|
||||
|
|
@ -224,4 +222,4 @@ namespace LightReflectiveMirror
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue