aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-17 16:40:59 +0000
committerJustin Clark-Casey (justincc)2009-11-17 16:40:59 +0000
commit710a2afd120b3a3168e74e590c9b84974c24f9d8 (patch)
tree52ee266967548ceaa4a93c9d11515882862f82a1 /OpenSim
parentrefactor: move AvatarAnimations, BinBVHAnimation (diff)
downloadopensim-SC_OLD-710a2afd120b3a3168e74e590c9b84974c24f9d8.zip
opensim-SC_OLD-710a2afd120b3a3168e74e590c9b84974c24f9d8.tar.gz
opensim-SC_OLD-710a2afd120b3a3168e74e590c9b84974c24f9d8.tar.bz2
opensim-SC_OLD-710a2afd120b3a3168e74e590c9b84974c24f9d8.tar.xz
Add scene animator set up to apparantly uncalled no-arg ScenePresence constructor
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 1917ec4..dad1ab2 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3048,8 +3048,9 @@ namespace OpenSim.Region.Framework.Scenes
3048 3048
3049 public ScenePresence() 3049 public ScenePresence()
3050 { 3050 {
3051 m_sendCourseLocationsMethod = SendCoarseLocationsDefault; 3051 m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
3052 CreateSceneViewer(); 3052 CreateSceneViewer();
3053 m_animator = new ScenePresenceAnimator(this);
3053 } 3054 }
3054 3055
3055 public void AddAttachment(SceneObjectGroup gobj) 3056 public void AddAttachment(SceneObjectGroup gobj)