Skip to content

Commit d436f87

Browse files
Fixed warning about unreachable code on build.
1 parent ba783ae commit d436f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/HoloToolkit/SharingWithUNET/Scripts/GenericNetworkTransmitter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ private bool ConnectListener()
157157
outstandingAction.Completed = aach;
158158

159159
return true;
160-
#endif
160+
#else
161161
return false;
162+
#endif
162163
}
163164

164165
#if !UNITY_EDITOR && UNITY_WSA

0 commit comments

Comments
 (0)