mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 11:01:27 +00:00
oops
This commit is contained in:
parent
c5282df819
commit
0928dea37a
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
if (ImGui::InputScalar("Length##IArpMacroL",ImGuiDataType_U8,&ins->std.arpMacroLen,&_ONE,&_THREE)) {
|
||||
if (ins->std.arpMacroLen>127) ins->std.arpMacroLen=127;
|
||||
}
|
||||
if (ImGui::Checkbox("Absolute",&arpMode)) {
|
||||
if (ImGui::Checkbox("Fixed",&arpMode)) {
|
||||
ins->std.arpMacroMode=arpMode;
|
||||
if (arpMode) {
|
||||
if (arpMacroScroll<0) arpMacroScroll=0;
|
||||
|
|
Loading…
Reference in a new issue