1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user