Add scene animator set up to apparantly uncalled no-arg ScenePresence constructor
parent
da255be05a
commit
710a2afd12
|
@ -3048,8 +3048,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
public ScenePresence()
|
public ScenePresence()
|
||||||
{
|
{
|
||||||
m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
|
m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
|
||||||
CreateSceneViewer();
|
CreateSceneViewer();
|
||||||
|
m_animator = new ScenePresenceAnimator(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddAttachment(SceneObjectGroup gobj)
|
public void AddAttachment(SceneObjectGroup gobj)
|
||||||
|
|
Loading…
Reference in New Issue