mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Whitespace consistency
This commit is contained in:
parent
1048b7d535
commit
1c2b096a72
11 changed files with 887 additions and 887 deletions
|
|
@ -892,7 +892,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -991,7 +991,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1088,7 +1088,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue