middle of working on 1.90

This commit is contained in:
Chris Danford
2002-03-31 07:55:25 +00:00
parent 065d213655
commit d641cb4ae3
24 changed files with 191 additions and 51 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void TransitionStarWipe::RenderPrimitives()
return;
}
float fPercentOpen = GetPercentageOpen();
float fPercentOpen = 1-GetPercentageOpen();
/*
switch( m_TransitionState )
{