mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +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)
|
||||
{
|
||||
// Do these in the same order as the old code.
|
||||
applylook(myconnectindex, scaleAdjust, input.q16avel);
|
||||
calcviewpitch(p, scaleAdjust);
|
||||
applylook(myconnectindex, scaleAdjust, input.q16avel);
|
||||
sethorizon(myconnectindex, loc.bits, scaleAdjust, true, input.q16horz);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue