From 9019b2dd52272eb6e2f0596572f6a187e38e9f02 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 27 Jul 2020 15:46:56 +0900 Subject: [PATCH] warning CS0618 --- Assets/VRM/UniVRM/Scripts/Format/VRMVersionPartial.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersionPartial.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersionPartial.cs index 2c2820a5d..ebaaa3df1 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersionPartial.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersionPartial.cs @@ -85,7 +85,7 @@ namespace VRM return true; } - catch (Exception e) + catch (Exception) { return false; }