in the middle of working on 1.70. Now compiles in Visual Studio.net
This commit is contained in:
@@ -29,7 +29,7 @@ TransitionFade::~TransitionFade()
|
||||
|
||||
void TransitionFade::RenderPrimitives()
|
||||
{
|
||||
float fPercentageOpaque = GetPercentageOpen();
|
||||
const float fPercentageOpaque = 1 - GetPercentageOpen();
|
||||
if( fPercentageOpaque == 0 )
|
||||
return; // draw nothing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user