From 9dd09ebf0057d11ddc1fe65ba81da913028cb539 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 19 May 2021 17:43:18 +0900 Subject: [PATCH] rename --- Assets/VRM/Editor/VrmPreference.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM/Editor/VrmPreference.cs b/Assets/VRM/Editor/VrmPreference.cs index ca7c1a3c0..f8007ecdb 100644 --- a/Assets/VRM/Editor/VrmPreference.cs +++ b/Assets/VRM/Editor/VrmPreference.cs @@ -4,7 +4,7 @@ using System.Linq; namespace VRM { - public static class VrmInfo + public static class VrmPreference { const string KEY_STOP_VRMASSETPOSTPROCESSOR = "StopVrmAssetPostProcessor"; const string ASSETPOSTPROCESSOR_STOP_SYMBOL = "VRM_STOP_ASSETPOSTPROCESSOR";