mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 12:32:34 +00:00
This commit is contained in:
commit
25900031f5
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace swrenderer
|
|||
skyangle += FLOAT2FIXED(s->GetTextureXOffset(pos));
|
||||
|
||||
// Vertical offset allows careful sky positioning.
|
||||
skymid = s->GetTextureYOffset(pos);
|
||||
skymid = s->GetTextureYOffset(pos) - 28.0;
|
||||
|
||||
// We sometimes flip the picture horizontally.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue