Address one unused warning warning.

...you know what that sentence should say.
This commit is contained in:
Jason Felds
2013-05-02 20:07:54 -04:00
parent c67419ecc8
commit 001769b946
+1 -1
View File
@@ -351,7 +351,7 @@ void ScreenDebugOverlay::Update( float fDeltaTime )
void ScreenDebugOverlay::UpdateText()
{
int iPage = 0;
for (RString const &unused : m_asPages)
for (unsigned unused = 0; unused < m_asPages.size(); ++unused)
{
m_vptextPages[iPage]->PlayCommand( (iPage == m_iCurrentPage) ? "GainFocus" : "LoseFocus" );
++iPage;