diff options
author | Robert Adams | 2012-12-12 15:07:17 -0800 |
---|---|---|
committer | Robert Adams | 2012-12-12 16:51:36 -0800 |
commit | 6f1f7f02065520d061745afff9b1ed1bd672d87b (patch) | |
tree | 094685095ba06e8181e54854c0bfcf2d53018017 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | BulletSim: updates and rearrangement of the TODO list. (diff) | |
download | opensim-SC_OLD-6f1f7f02065520d061745afff9b1ed1bd672d87b.zip opensim-SC_OLD-6f1f7f02065520d061745afff9b1ed1bd672d87b.tar.gz opensim-SC_OLD-6f1f7f02065520d061745afff9b1ed1bd672d87b.tar.bz2 opensim-SC_OLD-6f1f7f02065520d061745afff9b1ed1bd672d87b.tar.xz |
BulletSim: non-functional commenting and reorganization of material attribute specifications.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index f4f2801..cf5bb57 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -309,6 +309,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
309 | BSMaterials.InitializeFromDefaults(Params); | 309 | BSMaterials.InitializeFromDefaults(Params); |
310 | if (pConfig != null) | 310 | if (pConfig != null) |
311 | { | 311 | { |
312 | // Let the user add new and interesting material property values. | ||
312 | BSMaterials.InitializefromParameters(pConfig); | 313 | BSMaterials.InitializefromParameters(pConfig); |
313 | } | 314 | } |
314 | } | 315 | } |