refactor: move most animation methods from ScenePresence into a new ScenePresenceAnimator class

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-17 15:05:40 +00:00
parent 2606bf4a53
commit 1324082b90
7 changed files with 499 additions and 406 deletions

View File

@@ -801,7 +801,7 @@ namespace OpenSim.Region.Framework.Scenes
IEventQueue eq = avatar.Scene.RequestModuleInterface<IEventQueue>();
// Reset animations; the viewer does that in teleports.
avatar.ResetAnimations();
avatar.Animator.ResetAnimations();
if (regionHandle == m_regionInfo.RegionHandle)
{