aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Physics_manager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Physics_manager.cs')
-rw-r--r--Physics_manager.cs6
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
30using System; 30using System;
31 31
32namespace Second_server 32namespace 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 }