Fix OpenGL skybox centerpoint translation

Blame eda9b36455
This commit is contained in:
James R 2022-06-07 20:04:06 -07:00
parent 5f86c93021
commit 3f05f9ee13

View file

@ -1322,6 +1322,8 @@ void R_SkyboxFrame(int s)
R_SetupAimingFrame(s);
newview->angle += r_viewmobj->angle;
newview->x = r_viewmobj->x;
newview->y = r_viewmobj->y;
newview->z = r_viewmobj->z; // 26/04/17: use actual Z position instead of spawnpoint angle!