mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-27 22:42:57 +00:00
- a_flashfader wasn't saved for last commit.
SVN r936 (trunk)
This commit is contained in:
parent
29c6615e50
commit
24f4c93803
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DFlashFader::DFlashFader (float r1, float g1, float b1, float a1,
|
||||||
Blends[1][0]=r2; Blends[1][1]=g2; Blends[1][2]=b2; Blends[1][3]=a2;
|
Blends[1][0]=r2; Blends[1][1]=g2; Blends[1][2]=b2; Blends[1][3]=a2;
|
||||||
}
|
}
|
||||||
|
|
||||||
DFlashFader::~DFlashFader ()
|
void DFlashFader::Destroy ()
|
||||||
{
|
{
|
||||||
SetBlend (1.f);
|
SetBlend (1.f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue