missing?
This commit is contained in:
parent
9affcc7fc2
commit
f9056326ad
|
|
@ -222,6 +222,10 @@ void FurnaceGUI::drawXYOsc() {
|
||||||
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
|
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
|
||||||
xyOscOptions=true;
|
xyOscOptions=true;
|
||||||
}
|
}
|
||||||
|
if (ImGui::IsItemHovered() && CHECK_LONG_HOLD) {
|
||||||
|
NOTIFY_LONG_HOLD;
|
||||||
|
xyOscOptions=true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (noPadding) {
|
if (noPadding) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue