- fixed texture scaling setup in a few places.

This commit is contained in:
Christoph Oelckers 2020-04-26 13:48:51 +02:00
commit 763e9e0f35
4 changed files with 6 additions and 6 deletions

View file

@ -901,7 +901,6 @@ void FMultipatchTextureBuilder::ResolveAllPatches()
!buildinfo.bComplex)
{
AddImageToTexture(buildinfo.Parts[0].TexImage, buildinfo);
buildinfo.texture->Setup(buildinfo.Parts[0].TexImage);
done = true;
}
}