- fixed height fudging for Heretic's sky textures.

This commit is contained in:
Christoph Oelckers 2020-09-26 21:13:00 +02:00
parent 668ebd9be1
commit 03d25b75da

View file

@ -2928,6 +2928,7 @@ static void CheckForHacks(BuildInfo& buildinfo)
{
// This must alter the size of both the texture image and the game texture.
buildinfo.Height = buildinfo.Parts[0].TexImage->GetImage()->GetHeight();
buildinfo.texture->SetSize(buildinfo.Width, buildinfo.Height);
return;
}