no message

This commit is contained in:
Chris Danford
2002-05-19 01:59:48 +00:00
parent 62f3f01a05
commit 2f80235590
141 changed files with 2540 additions and 2058 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
Desc: Fades out or in.
Copyright (c) 2001-2002 by the persons listed below. All rights reserved.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
-----------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@ TransitionFade::~TransitionFade()
}
void TransitionFade::RenderPrimitives()
void TransitionFade::DrawPrimitives()
{
const float fPercentageOpaque = 1 - GetPercentageOpen();
if( fPercentageOpaque == 0 )