Fixed tab vs spaces

Fixed tab vs spaces
This commit is contained in:
Nathan Bowhay 2015-02-12 11:05:44 -08:00
parent 32a4365ea9
commit 7809e595ed

View file

@ -1012,7 +1012,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
F32 currStartX = normalStart.x;
AssertFatal(currStartX != normalEnd.x, "This is going to cause problems in SceneContainer::castRay");
if(_isnan(currStartX))
if(_isnan(currStartX))
{
PROFILE_END();
return false;