12-02-2013, 05:07 AM
Would that not be fixed if we change
const Vector3d & GetPosition (void) const { return m_Pos; }to
const Vector3d & GetPosition (void) const { return Vector3d(m_Pos); }in Entity.h?