GUI: add setting for double click time

This commit is contained in:
tildearrow 2023-01-14 14:07:50 -05:00
parent 26e424fe9f
commit b644de1c1f
4 changed files with 15 additions and 2 deletions

View file

@ -5148,7 +5148,7 @@ bool FurnaceGUI::loop() {
renderTimeDelta=renderTimeEnd-renderTimeBegin;
eventTimeDelta=eventTimeEnd-eventTimeBegin;
soloTimeout-=ImGui::GetIO().DeltaTime*60.0f;
soloTimeout-=ImGui::GetIO().DeltaTime;
if (soloTimeout<0) {
soloTimeout=0;
} else {