Update LRMTransportRequests.cs

This commit is contained in:
Cooper H 2021-05-05 22:29:17 -04:00 committed by GitHub
parent 77e446b580
commit 82f0399bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}
}
}
}