|
@@ -68,7 +68,7 @@ public class Entry : MonoBehaviour
|
|
|
while (!appVersionCheckOK) {
|
|
while (!appVersionCheckOK) {
|
|
|
yield return null;
|
|
yield return null;
|
|
|
}
|
|
}
|
|
|
- while (Time.realtimeSinceStartup - timeOnStartLoadScene < 3) {
|
|
|
|
|
|
|
+ while (Time.realtimeSinceStartup - timeOnStartLoadScene < 1.5) {
|
|
|
yield return null;
|
|
yield return null;
|
|
|
}
|
|
}
|
|
|
async.allowSceneActivation = true;
|
|
async.allowSceneActivation = true;
|