not placeholder

This commit is contained in:
tildearrow 2023-03-06 03:16:23 -05:00
parent 1e8ad16a68
commit 969ebe9d27
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ void FurnaceGUI::drawInsList(bool asChild) {
break;
case DIV_INS_SM8521:
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_SM8521]);
name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i);/*placeholder*/
name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i);
break;
case DIV_INS_PV1000:
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_PV1000]);