mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
CLIENT: Calculate slack for cl_viewent2
This commit is contained in:
parent
b1e70d7eb5
commit
6f5889d169
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ void() ViewModel_Draw =
|
||||||
ViewModel_Animate(cl_viewent2);
|
ViewModel_Animate(cl_viewent2);
|
||||||
|
|
||||||
// Have the View Model "lag behind" the camera a bit.
|
// Have the View Model "lag behind" the camera a bit.
|
||||||
cl_viewent.angles = ViewModel_CalcSlack();
|
cl_viewent.angles = cl_viewent2.angles = ViewModel_CalcSlack();
|
||||||
|
|
||||||
// Send the viewents to engine for drawing.
|
// Send the viewents to engine for drawing.
|
||||||
addentity(cl_viewent);
|
addentity(cl_viewent);
|
||||||
|
|
Loading…
Reference in a new issue