diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/Physics/POSPlugin/POSPlugin.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Physics/POSPlugin/POSPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/POSPlugin/POSPlugin.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/POSPlugin/POSPlugin.cs b/OpenSim/Region/Physics/POSPlugin/POSPlugin.cs index 9ca1b23..82ce144 100644 --- a/OpenSim/Region/Physics/POSPlugin/POSPlugin.cs +++ b/OpenSim/Region/Physics/POSPlugin/POSPlugin.cs | |||
@@ -171,12 +171,12 @@ namespace OpenSim.Region.Physics.POSPlugin | |||
171 | { | 171 | { |
172 | if (check_collision(c, _prims[i])) | 172 | if (check_collision(c, _prims[i])) |
173 | { | 173 | { |
174 | 174 | ||
175 | return true; | 175 | return true; |
176 | } | 176 | } |
177 | 177 | ||
178 | } | 178 | } |
179 | 179 | ||
180 | return false; | 180 | return false; |
181 | } | 181 | } |
182 | 182 | ||
@@ -234,7 +234,7 @@ namespace OpenSim.Region.Physics.POSPlugin | |||
234 | character.Position.Z += character._target_velocity.Z*timeStep; | 234 | character.Position.Z += character._target_velocity.Z*timeStep; |
235 | } | 235 | } |
236 | 236 | ||
237 | /// this is it -- the magic you've all been waiting for! Ladies and gentlemen -- | 237 | /// this is it -- the magic you've all been waiting for! Ladies and gentlemen -- |
238 | /// Completely Bogus Collision Detection!!! | 238 | /// Completely Bogus Collision Detection!!! |
239 | /// better known as the CBCD algorithm | 239 | /// better known as the CBCD algorithm |
240 | 240 | ||