Add scene animator set up to apparantly uncalled no-arg ScenePresence constructor

0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-17 16:40:59 +00:00
parent da255be05a
commit 710a2afd12
1 changed files with 2 additions and 1 deletions

View File

@ -3048,8 +3048,9 @@ namespace OpenSim.Region.Framework.Scenes
public ScenePresence()
{
m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
CreateSceneViewer();
m_animator = new ScenePresenceAnimator(this);
}
public void AddAttachment(SceneObjectGroup gobj)