Skip to content

Commit

Permalink
Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Apr 6, 2024
1 parent bbe87eb commit e4117de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ik_bone_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ class IKBone3D : public Resource {
float calculate_total_radius_sum(const TypedArray<IKLimitCone3D> &p_cones) const;
Vector3 calculate_weighted_direction(const TypedArray<IKLimitCone3D> &p_cones, float p_total_radius_sum) const;
};

#endif // IK_BONE_3D_H

0 comments on commit e4117de

Please sign in to comment.