mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 22:39:39 -05:00
Fix switch-case
Fix switch-case
This commit is contained in:
@@ -51,6 +51,7 @@ namespace UniVRM10
|
||||
case ExpressionPreset.lookLeft: asset.Expression.LookLeft = kv.Value; break;
|
||||
case ExpressionPreset.lookRight: asset.Expression.LookRight = kv.Value; break;
|
||||
case ExpressionPreset.neutral: asset.Expression.Neutral = kv.Value; break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user