Fixed ambiguous definition

This commit is contained in:
2015-10-15 12:56:57 +02:00
parent a35d72cac3
commit cf5b465e0b
+1 -1
View File
@@ -67,7 +67,7 @@ struct ModelJob : RenderJob
unsigned int EndIndex;
// Animation
Skeleton* Skeleton = nullptr;
dd::Skeleton* Skeleton = nullptr;
bool NoRootMotion = true;
std::string AnimationName;
double AnimationTime = 0;