diff --git a/src/d_main.cpp b/src/d_main.cpp index 33872d37e..487b3b8ba 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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; }