mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 23:20:10 -05:00
いらない一時変数を削除
This commit is contained in:
parent
0263061c46
commit
5edd5e3bde
|
|
@ -53,8 +53,8 @@ namespace VRM
|
|||
}
|
||||
else
|
||||
{
|
||||
var n = m_id = Name = Preset.ToString();
|
||||
PresetNameCacheDictionary.Add(Preset, n);
|
||||
m_id = Name = Preset.ToString();
|
||||
PresetNameCacheDictionary.Add(Preset, Name);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user