Add 'saw' motion function

This commit is contained in:
Simon Detheridge
2015-06-22 14:50:43 +01:00
parent 957779639f
commit 1a37504b09
4 changed files with 10 additions and 2 deletions

View File

@ -488,6 +488,8 @@ private:
os << "motion_function=\"triangle\" ";
else if (xform.m_MotionFunc== MOTION_HILL)
os << "motion_function=\"hill\" ";
else if (xform.m_MotionFunc== MOTION_SAW)
os << "motion_function=\"saw\" ";
}
else
{