Explorar o código

Fixed tab vs spaces

Fixed tab vs spaces
Nathan Bowhay %!s(int64=10) %!d(string=hai) anos
pai
achega
7809e595ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/scene/sceneContainer.cpp

+ 1 - 1
Engine/source/scene/sceneContainer.cpp

@@ -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;