Fix Physics input reflect flag on evaluate

This commit is contained in:
Jun Koyama
2020-09-03 20:17:52 +09:00
parent a372dac9ca
commit bd2872a5b1
2 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export namespace Live2DCubismFramework {
parameterDefaultValue[currentInput[i].sourceParameterIndex],
currentSetting.normalizationPosition,
currentSetting.normalizationAngle,
currentInput[0].reflect,
currentInput[i].reflect,
weight
);
}