not placeholder
This commit is contained in:
parent
1e8ad16a68
commit
969ebe9d27
|
|
@ -432,7 +432,7 @@ void FurnaceGUI::drawInsList(bool asChild) {
|
||||||
break;
|
break;
|
||||||
case DIV_INS_SM8521:
|
case DIV_INS_SM8521:
|
||||||
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_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;
|
break;
|
||||||
case DIV_INS_PV1000:
|
case DIV_INS_PV1000:
|
||||||
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_PV1000]);
|
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_PV1000]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue