mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:15:31 +00:00
[Client] Remove tab character that somehow made its way into a comment
This commit is contained in:
parent
038757b91a
commit
18f8725d33
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue