diff options
author | gareth | 2007-03-03 00:39:16 +0000 |
---|---|---|
committer | gareth | 2007-03-03 00:39:16 +0000 |
commit | 0703b548c06084210bb77de0d21ff8b49c366c22 (patch) | |
tree | 38660695df30db53bd7909394729fbb95c8cd667 /src/world/PhysicsEngine.cs | |
parent | Added usersessions/delete function (diff) | |
download | opensim-SC_OLD-0703b548c06084210bb77de0d21ff8b49c366c22.zip opensim-SC_OLD-0703b548c06084210bb77de0d21ff8b49c366c22.tar.gz opensim-SC_OLD-0703b548c06084210bb77de0d21ff8b49c366c22.tar.bz2 opensim-SC_OLD-0703b548c06084210bb77de0d21ff8b49c366c22.tar.xz |
We have a main update loop!
Diffstat (limited to 'src/world/PhysicsEngine.cs')
-rw-r--r-- | src/world/PhysicsEngine.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world/PhysicsEngine.cs b/src/world/PhysicsEngine.cs index 5bc52de..7585135 100644 --- a/src/world/PhysicsEngine.cs +++ b/src/world/PhysicsEngine.cs | |||
@@ -17,5 +17,7 @@ namespace OpenSim.world | |||
17 | Console.WriteLine("PhysicsEngine.cs:Startup() - DOING NOTHING, DUMMY FUNCTION!"); | 17 | Console.WriteLine("PhysicsEngine.cs:Startup() - DOING NOTHING, DUMMY FUNCTION!"); |
18 | } | 18 | } |
19 | 19 | ||
20 | public void DoStuff(World simworld) { | ||
21 | } | ||
20 | } | 22 | } |
21 | } | 23 | } |