mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +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)
|
void GuiGameList::render(const Eigen::Affine3f& parentTrans)
|
||||||
{
|
{
|
||||||
Eigen::Affine3f trans = parentTrans * getTransform();
|
Eigen::Affine3f trans = parentTrans * getTransform();
|
||||||
|
|
||||||
renderChildren(trans);
|
renderChildren(trans);
|
||||||
|
|
||||||
Renderer::setMatrix(trans);
|
|
||||||
mTheme->getDescriptionFont()->drawText("DESCRIPTION TEXT", Eigen::Vector2f::Zero(), 0xFF0000FF);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GuiGameList::input(InputConfig* config, Input input)
|
bool GuiGameList::input(InputConfig* config, Input input)
|
||||||
|
|
Loading…
Reference in a new issue