I should not commit half-finished debug code.

This was SVN commit r17276.
This commit is contained in:
wraitii 2015-11-16 18:48:05 +00:00
parent 09285ec257
commit 9819b23529

View File

@ -111,7 +111,7 @@ void CList::SetupText()
SGUIText* text = new SGUIText();
*text = GetGUI()->GenerateText(pList->m_Items[i], font, width, buffer_zone, this);
text->
m_ItemsYPositions[i] = buffered_y;
buffered_y += text->m_Size.cy;