mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Another try at fixing the Animations problem on region crossing.
This commit is contained in:
@@ -332,7 +332,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
AbsolutePosition = m_controllingClient.StartPos;
|
||||
|
||||
Animations = new AvatarAnimations();
|
||||
Animations.LoadAnims();
|
||||
lock (Animations)
|
||||
{
|
||||
Animations.LoadAnims();
|
||||
}
|
||||
|
||||
// TODO: m_animations and m_animationSeqs should always be of the same length.
|
||||
// Move them into an object to (hopefully) avoid threading issues.
|
||||
|
||||
Reference in New Issue
Block a user