GUI: add setting for double click time
This commit is contained in:
parent
26e424fe9f
commit
b644de1c1f
4 changed files with 15 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue