Remove old comments.

Fix errors discovered with -Wall.
This commit is contained in:
castano
2007-11-27 08:34:41 +00:00
parent 5a3bef85e3
commit d55631384c
3 changed files with 1 additions and 5 deletions

View File

@ -54,7 +54,7 @@ namespace nv
inline bool rayTest(const Triangle & t, Vector3::Arg orig, Vector3::Arg dir, float * out_t, float * out_u, float * out_v)
{
rayTest_Moller(t, orig, dir, out_t, out_u, out_v);
return rayTest_Moller(t, orig, dir, out_t, out_u, out_v);
}
inline bool overlap(const Triangle & t, const Box & b)