mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- Fixed: 3D floors were impervious to earthquakes; CopyStackedViewParameters() needs to be among the last things called in R_SetupFrame().
SVN r3626 (trunk)
This commit is contained in:
parent
88fcd743b4
commit
25b9c3dcf2
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,6 @@ void R_SetupFrame (AActor *actor)
|
|||
viewangle = TEST_ANGLE;
|
||||
#endif
|
||||
|
||||
Renderer->CopyStackedViewParameters();
|
||||
R_SetViewAngle ();
|
||||
|
||||
interpolator.DoInterpolations (r_TicFrac);
|
||||
|
@ -911,6 +910,7 @@ void R_SetupFrame (AActor *actor)
|
|||
}
|
||||
}
|
||||
|
||||
Renderer->CopyStackedViewParameters();
|
||||
Renderer->SetupFrame(player);
|
||||
|
||||
validcount++;
|
||||
|
|
Loading…
Reference in a new issue