diff options
author | lbsa71 | 2007-09-20 23:47:32 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-20 23:47:32 +0000 |
commit | ca611c6668c5a063ce92feb72ce14866fc3322a3 (patch) | |
tree | 15f856675fc2d12d73c96cd7f65ab83ea1681b15 /OpenSim/Region/Examples | |
parent | * Some more presence refactoring (diff) | |
download | opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.zip opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.gz opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.bz2 opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.xz |
* even more renaming and refactoring; the cleaning woman is on call.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 7e6fd7a..a7b92f4 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -52,8 +52,6 @@ namespace SimpleApp | |||
52 | 52 | ||
53 | m_log.Notice(m_log.LineInfo); | 53 | m_log.Notice(m_log.LineInfo); |
54 | 54 | ||
55 | ScenePresence.PhysicsEngineFlying = true; | ||
56 | |||
57 | IPEndPoint internalEndPoint = new IPEndPoint(IPAddress.Parse("127.0.0.1"), 9000); | 55 | IPEndPoint internalEndPoint = new IPEndPoint(IPAddress.Parse("127.0.0.1"), 9000); |
58 | 56 | ||
59 | RegionInfo regionInfo = new RegionInfo(1000, 1000, internalEndPoint, "localhost"); | 57 | RegionInfo regionInfo = new RegionInfo(1000, 1000, internalEndPoint, "localhost"); |