warning CS0618

This commit is contained in:
ousttrue 2020-07-27 15:46:56 +09:00
parent 44749e915d
commit 9019b2dd52

View File

@ -85,7 +85,7 @@ namespace VRM
return true;
}
catch (Exception e)
catch (Exception)
{
return false;
}