mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-01 14:11:01 +00:00
- do these in the order that processinput()
does them in.
This commit is contained in:
parent
a2a668cd7b
commit
cdb8e5b94e
1 changed files with 1 additions and 1 deletions
|
@ -1261,8 +1261,8 @@ void GetInput()
|
||||||
if (!cl_syncinput)
|
if (!cl_syncinput)
|
||||||
{
|
{
|
||||||
// Do these in the same order as the old code.
|
// Do these in the same order as the old code.
|
||||||
applylook(myconnectindex, scaleAdjust, input.q16avel);
|
|
||||||
calcviewpitch(p, scaleAdjust);
|
calcviewpitch(p, scaleAdjust);
|
||||||
|
applylook(myconnectindex, scaleAdjust, input.q16avel);
|
||||||
sethorizon(myconnectindex, loc.bits, scaleAdjust, true, input.q16horz);
|
sethorizon(myconnectindex, loc.bits, scaleAdjust, true, input.q16horz);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue