1
This commit is contained in:
@@ -98,10 +98,18 @@ namespace BITKit
|
||||
try
|
||||
{
|
||||
if(_isDisposed)return;
|
||||
|
||||
if (IsSyncContext)
|
||||
{
|
||||
await BITApp.SwitchToMainThread();
|
||||
|
||||
#if UNITY_EDITOR
|
||||
if (UnityEditor.EditorApplication.isPaused)
|
||||
{
|
||||
_timer.Start();
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if(_isDisposed)return;
|
||||
}
|
||||
|
||||
@@ -165,7 +173,9 @@ namespace BITKit
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
|
||||
_isDisposed = true;
|
||||
_timer.Stop();
|
||||
_timer.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user