mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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)
|
: GenTime (0), SourcePic (source), Pixels (0), Spans (0), Speed (1.f)
|
||||||
{
|
{
|
||||||
CopyInfo(source);
|
CopyInfo(source);
|
||||||
|
if (warptype == 2) SetupMultipliers(256, 128);
|
||||||
SetupMultipliers(128, 128); // [mxd]
|
SetupMultipliers(128, 128); // [mxd]
|
||||||
bWarped = warptype;
|
bWarped = warptype;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue