mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Added prototypical AvatarFactory module interface to load avatar parameters
* Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to
This commit is contained in:
@@ -47,7 +47,7 @@ namespace SimpleApp
|
||||
private List<ScenePresence> m_avatars;
|
||||
|
||||
public MyWorld( RegionInfo regionInfo, AgentCircuitManager authen, CommunicationsManager commsMan, AssetCache assetCach, StorageManager storeMan, BaseHttpServer httpServer, ModuleLoader moduleLoader)
|
||||
: base( regionInfo, authen, commsMan, assetCach, storeMan, httpServer, moduleLoader)
|
||||
: base( regionInfo, authen, commsMan, assetCach, storeMan, httpServer, moduleLoader, false)
|
||||
{
|
||||
m_avatars = new List<Avatar>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user