Skip to content

Commit

Permalink
Adding missing default values.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Jun 12, 2017
1 parent 0e67058 commit 88c63f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/acl/compression/skeleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ namespace acl
RigidBone()
: name()
, parent_index(INVALID_BONE_INDEX)
, bind_rotation()
, bind_translation()
, vertex_distance()
, bind_rotation(quat_identity_64())
, bind_translation(vector_zero_64())
, vertex_distance(1.0)
{
}

Expand Down

0 comments on commit 88c63f7

Please sign in to comment.