Skip to content

Commit 2f37960

Browse files
committed
[VRM → VRChat] Converter.Convertの第12引数oscComponentsの既定値がBlinkになっていたのを修正
947d540 のミス。
1 parent d36f55b commit 2f37960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Converter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public enum OSCComponents
8080
float addedShouldersPositionY = 0.0f,
8181
float addedArmaturePositionY = 0.0f,
8282
bool useShapeKeyNormalsAndTangents = false,
83-
OSCComponents oscComponents = OSCComponents.Blink,
83+
OSCComponents oscComponents = OSCComponents.None,
8484
PostConverting? postConverting = null
8585
)
8686
{

0 commit comments

Comments
 (0)