- test skyboxes with dynamic_cast and scale them properly.

This commit is contained in:
Christoph Oelckers 2020-04-18 13:13:57 +02:00
commit f7dd16ba16
8 changed files with 57 additions and 50 deletions

View file

@ -94,7 +94,6 @@ FTexture::FTexture (int lumpnum)
bNoRemap0(false), bMasked(true), bAlphaTexture(false), bHasCanvas(false),
Rotations(0xFFFF), SkyOffset(0), Width(0), Height(0)
{
bSkybox = false;
bNoCompress = false;
bTranslucent = -1;
}