mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Remove debug text.
This commit is contained in:
parent
92adc41cd6
commit
eb2481ca19
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue