Remove debug text.

This commit is contained in:
Aloshi 2013-08-06 23:46:43 -05:00
parent 92adc41cd6
commit eb2481ca19

View file

@ -113,11 +113,7 @@ void GuiGameList::setSystemId(int id)
void GuiGameList::render(const Eigen::Affine3f& parentTrans)
{
Eigen::Affine3f trans = parentTrans * getTransform();
renderChildren(trans);
Renderer::setMatrix(trans);
mTheme->getDescriptionFont()->drawText("DESCRIPTION TEXT", Eigen::Vector2f::Zero(), 0xFF0000FF);
}
bool GuiGameList::input(InputConfig* config, Input input)