diff options
author | Justin Clark-Casey (justincc) | 2009-11-17 16:40:59 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-17 16:40:59 +0000 |
commit | 710a2afd120b3a3168e74e590c9b84974c24f9d8 (patch) | |
tree | 52ee266967548ceaa4a93c9d11515882862f82a1 /OpenSim/Region/Framework/Scenes | |
parent | refactor: move AvatarAnimations, BinBVHAnimation (diff) | |
download | opensim-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/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
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) |