feat: render if need
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
fb117e328a
commit
bf128418cc
1 changed files with 2 additions and 1 deletions
3
game.scm
3
game.scm
|
@ -171,7 +171,8 @@
|
|||
(begin
|
||||
((timeout-function-func i))
|
||||
(set-timeout-function-countdown! i (timeout-function-interval i))
|
||||
(render))
|
||||
(if (equal? *template* template-click)
|
||||
(render)))
|
||||
(set-timeout-function-countdown! i (- (timeout-function-countdown i) 1))))
|
||||
*update-list*)
|
||||
(timeout update-callback dt))
|
||||
|
|
Loading…
Reference in a new issue