diff options
author | Teravus Ovares | 2008-02-01 04:22:20 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-01 04:22:20 +0000 |
commit | bec71977ab28770f3e635f40231b8b53d3c5a1cc (patch) | |
tree | 04d531efb9f0dfc2c7b5a590a5d8c10966ae5233 /OpenSim/Region/Physics/OdePlugin | |
parent | * Adding limited support for LLParticleSystem. (diff) | |
download | opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.zip opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.gz opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.bz2 opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.xz |
* Added more supported feature to particlesystems. While this appears to have a libsl update... it's really a fix to the libsl version we're already using because of a bug in the particlesystem implementation
* Added two new simstat counters in the simstat enum for the RCCS. (I'll find something cool to put in them)
* fixed a time waster in ODEPlugin.cs
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 65ba4b4..d25b8c0 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -211,7 +211,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
211 | 211 | ||
212 | while (d.SpaceLockQuery(space)) | 212 | while (d.SpaceLockQuery(space)) |
213 | { | 213 | { |
214 | int i = 0; | 214 | |
215 | } | 215 | } |
216 | 216 | ||
217 | 217 | ||