Skip to content

Commit

Permalink
[VRM → VRChat] Converter.Convertの第12引数oscComponentsの既定値がBlinkになっていたのを修正
Browse files Browse the repository at this point in the history
947d540 のミス。
  • Loading branch information
esperecyan committed Jan 17, 2025
1 parent d36f55b commit 2f37960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public enum OSCComponents
float addedShouldersPositionY = 0.0f,
float addedArmaturePositionY = 0.0f,
bool useShapeKeyNormalsAndTangents = false,
OSCComponents oscComponents = OSCComponents.Blink,
OSCComponents oscComponents = OSCComponents.None,
PostConverting? postConverting = null
)
{
Expand Down

0 comments on commit 2f37960

Please sign in to comment.