Fix Int to Float when getting PhysicsSettings.Vertices.Radius in physics3.json parsing
This commit is contained in:
@ -609,7 +609,7 @@ export namespace Live2DCubismFramework {
|
||||
.getValueByString(Vertices)
|
||||
.getValueByIndex(vertexIndex)
|
||||
.getValueByString(Radius)
|
||||
.toInt();
|
||||
.toFloat();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user