chugging away at 3.0

This commit is contained in:
Chris Danford
2002-05-28 20:01:22 +00:00
parent 7800df57a1
commit f3c360a7d6
50 changed files with 605 additions and 555 deletions
+3 -3
View File
@@ -73,11 +73,11 @@ protected:
return m_fPercentThroughTransition;
case closing_right:
case closing_left:
return 1.0f - m_fPercentThroughTransition;
return 1 - m_fPercentThroughTransition;
case opened:
return 0;
case closed:
return 1;
case closed:
return 0;
default:
ASSERT( false );
return 0;