fix warning

This commit is contained in:
Glenn Maynard
2004-11-26 20:15:50 +00:00
parent 166bb5b451
commit 25d12ee6a4
+1 -1
View File
@@ -447,7 +447,7 @@ void ScreenPackages::UpdateProgress()
float dLY = DownloadedRatio / 2 * m_sprDLBG.GetUnzoomedWidth();
m_sprDL.SetX( m_sprDLBG.GetX() - m_sprDLBG.GetUnzoomedWidth() / 2.0 + dLY );
m_sprDL.SetX( m_sprDLBG.GetX() - m_sprDLBG.GetUnzoomedWidth() / 2.0f + dLY );
m_sprDL.SetWidth( dLY * 2 );
m_textStatus.SetText( m_sStatus );