- do these in the order that processinput() does them in.

This commit is contained in:
Mitchell Richters 2020-08-04 16:30:20 +10:00
parent a2a668cd7b
commit cdb8e5b94e

View file

@ -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);
}
}