diff options
author | MW | 2007-02-02 17:22:04 +0000 |
---|---|---|
committer | MW | 2007-02-02 17:22:04 +0000 |
commit | f5398c72608e40a07395a60aef941a5a36e31f7b (patch) | |
tree | 34de9bd3c82b18ec7831183c31775c2180cec256 /Physics_manager.cs | |
parent | Cleanup (diff) | |
download | opensim-SC_OLD-f5398c72608e40a07395a60aef941a5a36e31f7b.zip opensim-SC_OLD-f5398c72608e40a07395a60aef941a5a36e31f7b.tar.gz opensim-SC_OLD-f5398c72608e40a07395a60aef941a5a36e31f7b.tar.bz2 opensim-SC_OLD-f5398c72608e40a07395a60aef941a5a36e31f7b.tar.xz |
Clean up
Diffstat (limited to 'Physics_manager.cs')
-rw-r--r-- | Physics_manager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Physics_manager.cs b/Physics_manager.cs index 22102a1..82b581c 100644 --- a/Physics_manager.cs +++ b/Physics_manager.cs | |||
@@ -29,14 +29,14 @@ Copyright (c) 2007 Michael Wright | |||
29 | 29 | ||
30 | using System; | 30 | using System; |
31 | 31 | ||
32 | namespace Second_server | 32 | namespace OpenSim |
33 | { | 33 | { |
34 | /// <summary> | 34 | /// <summary> |
35 | /// Description of Physics_manager. | 35 | /// Description of Physics_manager. |
36 | /// </summary> | 36 | /// </summary> |
37 | public class Physics_manager | 37 | public class PhysicsManager |
38 | { | 38 | { |
39 | public Physics_manager() | 39 | public PhysicsManager() |
40 | { | 40 | { |
41 | } | 41 | } |
42 | } | 42 | } |