mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 09:42:04 +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));
|
skyangle += FLOAT2FIXED(s->GetTextureXOffset(pos));
|
||||||
|
|
||||||
// Vertical offset allows careful sky positioning.
|
// Vertical offset allows careful sky positioning.
|
||||||
skymid = s->GetTextureYOffset(pos);
|
skymid = s->GetTextureYOffset(pos) - 28.0;
|
||||||
|
|
||||||
// We sometimes flip the picture horizontally.
|
// We sometimes flip the picture horizontally.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue