mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] Replaces even more deciseconds with SECONDS (#27205)
Replaces even more deciseconds with SECONDS Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Waterpig <wtryoutube@seznam.cz>
This commit is contained in:
co-authored by
Jeremiah
Waterpig
parent
540e465b9f
commit
42f6f57dc0
@@ -85,7 +85,7 @@ Notes:
|
||||
queueHide = showing ? TRUE : FALSE
|
||||
|
||||
if (queueHide)
|
||||
addtimer(CALLBACK(src, PROC_REF(do_hide)), 1)
|
||||
addtimer(CALLBACK(src, PROC_REF(do_hide)), 0.1 SECONDS)
|
||||
else
|
||||
do_hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user