mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 05:05:09 -04:00
--Code changes
-Modernize some C++ code.
This commit is contained in:
@ -132,8 +132,8 @@ public:
|
||||
{
|
||||
CopyCont(m_MotionParams, other.m_MotionParams);
|
||||
m_MotionFunc = other.m_MotionFunc;
|
||||
m_MotionFreq = T(other.m_MotionFreq);
|
||||
m_MotionOffset = T(other.m_MotionOffset);
|
||||
m_MotionFreq = static_cast<T>(other.m_MotionFreq);
|
||||
m_MotionOffset = static_cast<T>(other.m_MotionOffset);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user