[Client] Remove tab character that somehow made its way into a comment

fix/skillcap
David Cernat 7 years ago
parent 038757b91a
commit 18f8725d33

@ -140,7 +140,7 @@ void DedicatedPlayer::move(float dt)
move->mPosition[1] = direction.pos[1];
move->mPosition[2] = direction.pos[2];
// Make sure the values are valid, or we'll get an infinite error loop
// Make sure the values are valid, or we'll get an infinite error loop
if (!isnan(direction.rot[0]) && !isnan(direction.rot[1]) && !isnan(direction.rot[2]))
{
move->mRotation[0] = direction.rot[0];

Loading…
Cancel
Save