mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed parameters for warp type 2.
This commit is contained in:
parent
be3b126f7b
commit
2c88816577
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue