- fixed parameters for warp type 2.

This commit is contained in:
Christoph Oelckers 2016-05-04 13:25:26 +02:00
parent be3b126f7b
commit 2c88816577
1 changed files with 1 additions and 0 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;
}