Fixed: Initialize members in SMDLoader

pull/596/head
Richard 2015-06-30 23:30:01 -06:00
parent 65ada2596f
commit eaf63bd04b
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ struct Bone
{
//! Public default constructor
Animation()
: iFirstTimeKey()
{
asKeys.reserve(20);
}