mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-14 20:24:54 -04:00
--Code changes
-Fix build. -Cleanup warnings.
This commit is contained in:
@ -159,9 +159,9 @@ public:
|
||||
m_HasPreOrRegularVars = xform.PreVariationCount() > 0 || xform.VariationCount() > 0;
|
||||
m_Wind[0] = T(xform.m_Wind[0]);
|
||||
m_Wind[1] = T(xform.m_Wind[1]);
|
||||
m_MotionFreq = xform.m_MotionFreq;
|
||||
m_MotionFreq = T(xform.m_MotionFreq);
|
||||
m_MotionFunc = xform.m_MotionFunc;
|
||||
m_MotionOffset = xform.m_MotionOffset;
|
||||
m_MotionOffset = T(xform.m_MotionOffset);
|
||||
ClearAndDeleteVariations();
|
||||
|
||||
//Must manually add them via the AddVariation() function so that
|
||||
|
Reference in New Issue
Block a user