diff --git a/code/AssetLib/MMD/MMDPmdParser.h b/code/AssetLib/MMD/MMDPmdParser.h index 95d4d4552..23aaac555 100644 --- a/code/AssetLib/MMD/MMDPmdParser.h +++ b/code/AssetLib/MMD/MMDPmdParser.h @@ -219,8 +219,7 @@ struct PmdIk { float angle_limit; std::vector ik_child_bone_index; - PmdIk() : - ik_child_bone_index(0), target_bone_index(0), iterations(0), angle_limit(0.0f) {} + PmdIk() : ik_bone_index(0), target_bone_index(0), iterations(0), angle_limit(0.0f) {} ~PmdIk() = default;