remove Set/GetHidden, leave *Visible

remove hidden from ActorCommands eventually
This commit is contained in:
Chris Danford
2007-02-13 06:32:26 +00:00
parent 7561b3b630
commit f7fc9ceaa5
29 changed files with 112 additions and 113 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void ScreenMusicScroll::Update( float fDeltaTime )
{
const bool shown = ( m_textLines[i]->GetY() > SCREEN_TOP-20 &&
m_textLines[i]->GetY() < SCREEN_BOTTOM+20 );
m_textLines[i]->SetHidden( !shown );
m_textLines[i]->SetVisible( shown );
}
}