This commit is contained in:
Eknous-P 2024-04-07 01:21:31 +04:00
parent 9affcc7fc2
commit f9056326ad

View file

@ -222,6 +222,10 @@ void FurnaceGUI::drawXYOsc() {
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
xyOscOptions=true;
}
if (ImGui::IsItemHovered() && CHECK_LONG_HOLD) {
NOTIFY_LONG_HOLD;
xyOscOptions=true;
}
}
}
if (noPadding) {