mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
- reverted the hard offset for transferred skies.
This is not the correct way to apply it.
This commit is contained in:
parent
09f1859c83
commit
76d594f952
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void GLSkyInfo::init(int sky1, PalEntry FadeColor)
|
|||
if (!texture[0] || texture[0]->tex->UseType == FTexture::TEX_Null) goto normalsky;
|
||||
skytexno1 = texno;
|
||||
x_offset[0] = s->GetTextureXOffset(pos) * (360.f/65536.f);
|
||||
y_offset = s->GetTextureYOffset(pos) - 28.0;
|
||||
y_offset = s->GetTextureYOffset(pos);
|
||||
mirrored = !l->args[2];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue