Update ReflectionInspector.cs

This commit is contained in:
sinaioutlander 2020-11-10 20:31:48 +11:00
parent ca90b64378
commit 9c077b3aa3

View File

@ -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)
{