1
0

And another cs fix I overlooked

This commit is contained in:
Woazboat 2015-04-29 01:39:08 +02:00
parent ca5b3e5776
commit 723aca2bfa

View File

@ -148,7 +148,7 @@ void cTracer::SetValues(const Vector3f & a_Start, const Vector3f & a_Direction)
bool cTracer::Trace(const Vector3f & a_Start, const Vector3f & a_Direction, int a_Distance, bool a_LineOfSight)
{
if(!a_Direction.HasNonZeroLength())
if (!a_Direction.HasNonZeroLength())
{
return false;
}