diff options
author | lbsa71 | 2007-07-16 18:15:54 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-16 18:15:54 +0000 |
commit | 58f4d6983351563719b8488957ab7885b3e9482b (patch) | |
tree | cca65d42dea88b57726277d9b408e05c28443cbb /OpenSim/Region/Examples | |
parent | * Restructured the RegionApplicationBase. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 2 |
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); |