Skip to content

Commit 9e09d0f

Browse files
author
XorTroll
committed
Remove testing debug code
1 parent 2669e4f commit 9e09d0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Plutonium/Source/pu/element/Menu.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ namespace pu::element
323323
Drawer->RenderTexture(itm->GetNameTexture(), tx, ty);
324324
cy += ch;
325325
}
326-
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 });
327-
Drawer->RenderTexture(txt, 0, 0);
328-
render::DeleteTexture(txt);
329326
if(this->ishow < this->itms.size())
330327
{
331328
s32 sccr = this->scb.R;

0 commit comments

Comments
 (0)