diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 3723c3d..42036eb 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -60,7 +60,10 @@ namespace SimpleApp | |||
60 | 60 | ||
61 | world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer); | 61 | world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer); |
62 | world.PhysScene = physManager.GetPhysicsScene("basicphysics"); //PhysicsScene.Null; | 62 | world.PhysScene = physManager.GetPhysicsScene("basicphysics"); //PhysicsScene.Null; |
63 | |||
63 | world.LoadWorldMap(); | 64 | world.LoadWorldMap(); |
65 | world.ParcelManager.NoParcelDataFromStorage(); | ||
66 | |||
64 | udpServer.LocalWorld = world; | 67 | udpServer.LocalWorld = world; |
65 | 68 | ||
66 | httpServer.Start(); | 69 | httpServer.Start(); |