Skip to content

Commit 0e5b306

Browse files
committed
Update API for UnityWebRequest
1 parent 5401f98 commit 0e5b306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Mapzen/Unity/IO.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public IEnumerator FetchNetworkData(Uri uri, IORequestCallback callback)
4848
yield return request.Send();
4949
string requestError = null;
5050

51-
if (request.isError)
51+
if (request.isNetworkError)
5252
{
5353
// only handles system errors
5454
requestError = request.error;

0 commit comments

Comments
 (0)