diff options
author | MW | 2007-07-13 16:12:38 +0000 |
---|---|---|
committer | MW | 2007-07-13 16:12:38 +0000 |
commit | fcc7f86427f14f9a43a918f30cdf97b438c49a77 (patch) | |
tree | aad3ff8beb98e63365db9b6982fff14817aad2f6 /OpenSim/Region/Application | |
parent | rename file to not have spaces in it (diff) | |
download | opensim-SC_OLD-fcc7f86427f14f9a43a918f30cdf97b438c49a77.zip opensim-SC_OLD-fcc7f86427f14f9a43a918f30cdf97b438c49a77.tar.gz opensim-SC_OLD-fcc7f86427f14f9a43a918f30cdf97b438c49a77.tar.bz2 opensim-SC_OLD-fcc7f86427f14f9a43a918f30cdf97b438c49a77.tar.xz |
Changed simpleApp to use basic physics.
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 67b4d8c..bc9537b 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -233,7 +233,6 @@ namespace OpenSim | |||
233 | LocalWorld.localStorage.LoadParcels((ILocalStorageParcelReceiver)LocalWorld.parcelManager); | 233 | LocalWorld.localStorage.LoadParcels((ILocalStorageParcelReceiver)LocalWorld.parcelManager); |
234 | } | 234 | } |
235 | 235 | ||
236 | |||
237 | LocalWorld.StartTimer(); | 236 | LocalWorld.StartTimer(); |
238 | } | 237 | } |
239 | } | 238 | } |