Fix Int to Float when getting PhysicsSettings.Vertices.Radius in physics3.json parsing

This commit is contained in:
Jun Koyama
2020-09-03 20:11:05 +09:00
parent 901d6c356e
commit a372dac9ca
2 changed files with 9 additions and 1 deletions

View File

@ -609,7 +609,7 @@ export namespace Live2DCubismFramework {
.getValueByString(Vertices)
.getValueByIndex(vertexIndex)
.getValueByString(Radius)
.toInt();
.toFloat();
}
/**