- fix gcc-specific compiler warnings.
This commit is contained in:
Kim Kulling
2014-07-31 15:09:49 +02:00
parent 9b4e7c7efb
commit 5d861a8250
3 changed files with 3 additions and 2 deletions

View File

@@ -963,6 +963,8 @@ aiAnimation *Animation::ConvertToAssimpAnimation()
// Skeleton
Skeleton::Skeleton() :
bones(),
animations(),
blendMode(ANIMBLEND_AVERAGE)
{
}