Skip to content

Commit

Permalink
Remove testing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Mar 24, 2019
1 parent 2669e4f commit 9e09d0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Plutonium/Source/pu/element/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ namespace pu::element
Drawer->RenderTexture(itm->GetNameTexture(), tx, ty);
cy += ch;
}
auto txt = render::RenderText(this->itms[0]->GetFont(), "ISel: " + std::to_string(this->isel) + ", F-ISel: " + std::to_string(this->fisel), { 0, 0, 0, 255 });
Drawer->RenderTexture(txt, 0, 0);
render::DeleteTexture(txt);
if(this->ishow < this->itms.size())
{
s32 sccr = this->scb.R;
Expand Down

0 comments on commit 9e09d0f

Please sign in to comment.