mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 06:20:01 -05:00
null check
This commit is contained in:
@@ -97,6 +97,10 @@ namespace VRM
|
||||
{
|
||||
foreach (var x in avatar.Clips)
|
||||
{
|
||||
if (x == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
VRM.blendShapeMaster.Add(x, this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user