This commit is contained in:
Glenn Maynard
2005-08-03 23:38:06 +00:00
parent a82c54ddf7
commit 10dca0a4cf
+1 -1
View File
@@ -56,7 +56,7 @@ void ReceptorArrow::Update( float fDeltaTime )
ActorFrame::Update( fDeltaTime );
// update pressblock alignment based on scroll direction
bool bReverse = m_pPlayerState->m_PlayerOptions.GetReversePercentForColumn(m_iColNo) > 0.5;
bool bReverse = m_pPlayerState->m_PlayerOptions.GetReversePercentForColumn(m_iColNo) > 0.5f;
m_pPressBlock->SetVertAlign( bReverse ? Actor::align_bottom : Actor::align_top );