Minor cleanup.

This commit is contained in:
Jeff Ames
2008-05-16 13:33:57 +00:00
parent 9040213366
commit 7fefb80abb
9 changed files with 19 additions and 33 deletions

View File

@@ -1282,7 +1282,7 @@ namespace OpenSim.Region.Environment.Scenes
//}
//}
//a = (d - iray.Origin.Dot(normals[i])) / s;
//if ( iray.Direction.Dot(normals[i]) < 0)
//if (iray.Direction.Dot(normals[i]) < 0)
//{
//if (a > fmax)
//{