Fix add-focus-value
This commit is contained in:
parent
4b7bbddc2a
commit
30b59e1e72
|
@ -9,6 +9,7 @@
|
|||
|
||||
(define (add-focus-object focus-table object)
|
||||
(let ((count (+ 1 (focus-table-count focus-table))))
|
||||
(set-focus-table-count! focus-table count)
|
||||
(table-set!
|
||||
(focus-table-table focus-table) count object)
|
||||
count))
|
||||
|
|
Loading…
Reference in New Issue