mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
[Client] Remove tab character that somehow made its way into a comment
This commit is contained in:
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…
x
Reference in New Issue
Block a user