This commit is contained in:
Christoph Oelckers 2016-05-04 14:38:57 +02:00
commit bb378f2d94
2 changed files with 3 additions and 5 deletions

View file

@ -45,6 +45,7 @@ FWarpTexture::FWarpTexture (FTexture *source, int warptype)
: GenTime (0), SourcePic (source), Pixels (0), Spans (0), Speed (1.f)
{
CopyInfo(source);
if (warptype == 2) SetupMultipliers(256, 128);
SetupMultipliers(128, 128); // [mxd]
bWarped = warptype;
}