diff options
author | Jeff Ames | 2008-05-16 13:33:57 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 13:33:57 +0000 |
commit | 7fefb80abbde4bd8a9b19cb631736b5860274134 (patch) | |
tree | b10ad0bb4a7e19bcdca675126320858b3427894f /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | Set svn:ignore. Minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.zip opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.gz opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.bz2 opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.xz |
Minor cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index a52d5f9..80b93b1 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1282,7 +1282,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1282 | //} | 1282 | //} |
1283 | //} | 1283 | //} |
1284 | //a = (d - iray.Origin.Dot(normals[i])) / s; | 1284 | //a = (d - iray.Origin.Dot(normals[i])) / s; |
1285 | //if ( iray.Direction.Dot(normals[i]) < 0) | 1285 | //if (iray.Direction.Dot(normals[i]) < 0) |
1286 | //{ | 1286 | //{ |
1287 | //if (a > fmax) | 1287 | //if (a > fmax) |
1288 | //{ | 1288 | //{ |