mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 13:57:31 +08:00
Update ReflectionInspector.cs
This commit is contained in:
parent
ca90b64378
commit
9c077b3aa3
@ -149,14 +149,7 @@ namespace UnityExplorer.Inspectors
|
||||
|
||||
if (mi != null)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppendParams(mi.GetParameters());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
ExplorerCore.Log(e);
|
||||
}
|
||||
AppendParams(mi.GetParameters());
|
||||
}
|
||||
else if (pi != null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user