客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -370,7 +370,7 @@ public class TrackJudgeHitEffectController : MonoBehaviour
|
||||
if (useUnscaledTime)
|
||||
yield return new WaitForSecondsRealtime(delay);
|
||||
else
|
||||
yield return new WaitForSeconds(delay);
|
||||
yield return GameplayClock.WaitForSeconds(delay);
|
||||
|
||||
if (instance == null)
|
||||
yield break;
|
||||
|
||||
Reference in New Issue
Block a user