revert additive hint
This commit is contained in:
parent
8192a8e0f6
commit
fdd9b598a7
10 changed files with 0 additions and 37 deletions
|
|
@ -4347,7 +4347,6 @@ void FurnaceGUI::drawInsEdit() {
|
|||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
pushAddColor();
|
||||
if (ImGui::Button(ICON_FA_PLUS "##HWCmdAdd")) {
|
||||
if (ins->gb.hwSeqLen<255) {
|
||||
ins->gb.hwSeq[ins->gb.hwSeqLen].cmd=0;
|
||||
|
|
@ -4355,7 +4354,6 @@ void FurnaceGUI::drawInsEdit() {
|
|||
ins->gb.hwSeqLen++;
|
||||
}
|
||||
}
|
||||
popAddColor();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
ImGui::EndDisabled();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue