Fixed: Initialize members in SMDLoader
parent
65ada2596f
commit
eaf63bd04b
|
@ -126,6 +126,7 @@ struct Bone
|
||||||
{
|
{
|
||||||
//! Public default constructor
|
//! Public default constructor
|
||||||
Animation()
|
Animation()
|
||||||
|
: iFirstTimeKey()
|
||||||
{
|
{
|
||||||
asKeys.reserve(20);
|
asKeys.reserve(20);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue