mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Consolidated LoadAnims and AvatarAnimations constructor.
Fixes locking issues with Animations in ScenePresence (bug #324)
This commit is contained in:
@@ -278,8 +278,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_log.Info("[SCENE]: Creating LandMap");
|
||||
Terrain = new TerrainEngine((int) RegionInfo.RegionLocX, (int) RegionInfo.RegionLocY);
|
||||
|
||||
ScenePresence.LoadAnims();
|
||||
|
||||
httpListener = httpServer;
|
||||
m_dumpAssetsToFile = dumpAssetsToFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user