aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs
diff options
context:
space:
mode:
authorRobert Adams2012-10-25 08:04:20 -0700
committerRobert Adams2012-11-03 21:12:46 -0700
commit804b332d45c3989958f5ec08e1509ba373fb84b1 (patch)
tree587774c28a74886120cd6b95682db41da3b0d3fe /OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs
parentHG Suitcase Inventory: if RootFolder type doesn't work, look for any folder w... (diff)
downloadopensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.zip
opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.gz
opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.bz2
opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.xz
BulletSim: Add banking and other new code to vechile dynamics. Add third party license and contributor in for for Aurora-Sim project for physics code.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs b/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs
index 880859a..11298fe 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs
@@ -40,7 +40,7 @@ using OpenMetaverse;
40 40
41namespace OpenSim.Region.Physics.BulletSPlugin 41namespace OpenSim.Region.Physics.BulletSPlugin
42{ 42{
43public class BSTerrainManager 43public sealed class BSTerrainManager
44{ 44{
45 static string LogHeader = "[BULLETSIM TERRAIN MANAGER]"; 45 static string LogHeader = "[BULLETSIM TERRAIN MANAGER]";
46 46