aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 0c80611..5e70a23 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -971,6 +971,8 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
971 // Should handle fetching the right type from the ini file and converting it. 971 // Should handle fetching the right type from the ini file and converting it.
972 // -- a delegate for getting the value as a float 972 // -- a delegate for getting the value as a float
973 // -- a delegate for setting the value from a float 973 // -- a delegate for setting the value from a float
974 // -- an optional delegate to update the value in the world. Most often used to
975 // push the new value to an in-world object.
974 // 976 //
975 // The single letter parameters for the delegates are: 977 // The single letter parameters for the delegates are:
976 // s = BSScene 978 // s = BSScene