This commit is contained in:
parent
c79782b307
commit
47547df963
|
@ -142,22 +142,11 @@ namespace BITKit
|
|||
}
|
||||
}
|
||||
#endif
|
||||
<<<<<<< Updated upstream
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
if (IsEditorSimulateMode is false && isOffline)
|
||||
=======
|
||||
|
||||
if (isOffline&& IsEditorSimulateMode is false)
|
||||
>>>>>>> Stashed changes
|
||||
{
|
||||
initParameters = new OfflinePlayModeParameters();
|
||||
}
|
||||
#else
|
||||
if (isOffline)
|
||||
{
|
||||
initParameters = new OfflinePlayModeParameters();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
InitializationOperation initOperation = null;
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue