aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/Program.cs
diff options
context:
space:
mode:
authorlbsa712007-07-09 21:25:43 +0000
committerlbsa712007-07-09 21:25:43 +0000
commit85dd493614cda12488eb7920713ddda07c921dbc (patch)
treecaa4dc30e786e48645981e192d45acd8c564d5b9 /OpenSim/Region/Examples/SimpleApp/Program.cs
parent* Introduced ClientManager for great justice. (diff)
downloadopensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.zip
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.gz
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.bz2
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.xz
* some follow up renaming of members et c.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs
index 4567d7e..5cfc769 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -54,7 +54,7 @@ namespace SimpleApp
54 RegionInfo regionInfo = new RegionInfo( 1000, 1000, internalEndPoint, "127.0.0.1" ); 54 RegionInfo regionInfo = new RegionInfo( 1000, 1000, internalEndPoint, "127.0.0.1" );
55 55
56 BaseHttpServer httpServer = new BaseHttpServer( internalEndPoint.Port ); 56 BaseHttpServer httpServer = new BaseHttpServer( internalEndPoint.Port );
57 MyWorld world = new MyWorld(packetServer.ClientAPIs, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer); 57 MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer);
58 world.PhysScene = PhysicsScene.Null; 58 world.PhysScene = PhysicsScene.Null;
59 udpServer.LocalWorld = world; 59 udpServer.LocalWorld = world;
60 60