fix - FMVector3::XAxis wasn't defined

This was SVN commit r6189.
This commit is contained in:
janwas 2008-07-03 20:28:22 +00:00
parent 2109f4eb0e
commit 4a73261ba1

View File

@ -41,6 +41,12 @@ struct PropPoint
uint8 bone;
};
// this isn't defined anywhere and is needed by FMVector3::Normalize.
// note that CommonConvert mentions that this and other static const
// members aren't exported from the DLL and that the preferred fix
// is to define it there; hopefully the same applies here.
/*static*/ const FMVector3 FMVector3::XAxis(1.0f, 0.0f, 0.0f);
class PMDConvert
{
public: