aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/Program.cs
diff options
context:
space:
mode:
authorlbsa712007-07-16 18:15:54 +0000
committerlbsa712007-07-16 18:15:54 +0000
commit58f4d6983351563719b8488957ab7885b3e9482b (patch)
treecca65d42dea88b57726277d9b408e05c28443cbb /OpenSim/Region/Examples/SimpleApp/Program.cs
parent* Restructured the RegionApplicationBase. (diff)
downloadopensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.zip
opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.gz
opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.bz2
opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.xz
* working on RegionApplicationBase
* Renamed PhysicsManager to PhysicsPluginManager because it is.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/Program.cs')
-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 f82bdcb..131159e 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -50,7 +50,7 @@ namespace SimpleApp
50 ScenePresence.LoadTextureFile("avatar-texture.dat"); 50 ScenePresence.LoadTextureFile("avatar-texture.dat");
51 ScenePresence.PhysicsEngineFlying = true; 51 ScenePresence.PhysicsEngineFlying = true;
52 52
53 PhysicsManager physManager = new PhysicsManager(); 53 PhysicsPluginManager physManager = new PhysicsPluginManager();
54 physManager.LoadPlugins(); 54 physManager.LoadPlugins();
55 55
56 UDPServer udpServer = new UDPServer(internalEndPoint.Port, assetCache, inventoryCache, m_log, m_circuitManager); 56 UDPServer udpServer = new UDPServer(internalEndPoint.Port, assetCache, inventoryCache, m_log, m_circuitManager);