mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 18:45:06 -05:00
Merge pull request #1487 from ousttrue/fix10/fix_neutral
Fix10/fix neutral
This commit is contained in:
@@ -50,6 +50,7 @@ namespace UniVRM10
|
||||
if (expressions.Preset?.LookDown != null) yield return ExpressionKey.LookDown.SubAssetKey;
|
||||
if (expressions.Preset?.LookLeft != null) yield return ExpressionKey.LookLeft.SubAssetKey;
|
||||
if (expressions.Preset?.LookRight != null) yield return ExpressionKey.LookRight.SubAssetKey;
|
||||
if (expressions.Preset?.Neutral != null) yield return ExpressionKey.Neutral.SubAssetKey;
|
||||
|
||||
if (expressions.Custom != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user