mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-opengl-relative-skybox' into 'master'
Fix OpenGL skybox centerpoint translation Closes #241 See merge request KartKrew/Kart!623
This commit is contained in:
commit
70806af101
1 changed files with 2 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue