mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-01-07 09:43:37 +08:00
Exceptions is IsNullOrDestroyed should return true
This commit is contained in:
parent
66daabf770
commit
d530d10798
@ -51,7 +51,7 @@ namespace UnityExplorer
|
||||
}
|
||||
catch
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user