- Fixed: The player's position was only predicted during the duration of R_SetupFrame().

Consequently, if somebody used the chasecam while predicting, they would appear to lag
  behind the camera, because their actor would be at its unpredicted position by the time
  sprites were processed.

SVN r3603 (trunk)
This commit is contained in:
Randy Heit 2012-04-28 03:04:21 +00:00
commit 118e513d03
3 changed files with 1 additions and 2 deletions

View file

@ -913,7 +913,6 @@ void R_SetupFrame (AActor *actor)
Renderer->SetupFrame(player);
P_UnPredictPlayer ();
validcount++;
if (RenderTarget == screen && r_clearbuffer != 0)