- a_flashfader wasn't saved for last commit.

SVN r936 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-24 17:24:52 +00:00
parent 29c6615e50
commit 24f4c93803

View file

@ -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;
}
DFlashFader::~DFlashFader ()
void DFlashFader::Destroy ()
{
SetBlend (1.f);
}