mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
move keyframemotion.copy from sop.copy to sog.copy, where there is
newgroup information avaiable.
This commit is contained in:
@@ -272,8 +272,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
newmotion.m_basePosition = m_basePosition;
|
||||
newmotion.m_baseRotation = m_baseRotation;
|
||||
|
||||
newmotion.m_currentFrame = m_currentFrame;
|
||||
|
||||
if (m_selected)
|
||||
newmotion.m_serializedPosition = m_serializedPosition;
|
||||
else
|
||||
@@ -284,6 +282,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
newmotion.m_serializedPosition = m_serializedPosition;
|
||||
}
|
||||
|
||||
newmotion.m_currentFrame = m_currentFrame;
|
||||
|
||||
newmotion.m_iterations = m_iterations;
|
||||
newmotion.m_running = m_running;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user