summaryrefslogtreecommitdiff
path: root/ui.lisp
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:28:23 -0700
committerLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:28:23 -0700
commitdd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6 (patch)
tree2d60abc4cded981f66d2336990d1a99fde425911 /ui.lisp
parentcd5d87c4f56375bd722bd6beefe2e0705326c07c (diff)
downloadlispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.tar.gz
lispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.zip
add actual assocation between the statistics elements
Diffstat (limited to 'ui.lisp')
-rw-r--r--ui.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.lisp b/ui.lisp
index 6ab3e8b..16163a4 100644
--- a/ui.lisp
+++ b/ui.lisp
@@ -110,7 +110,7 @@
(redraws '(title-instance))
(speedrun (make-speedrun category))
(csplits (category-splits category))
- (bests (statistics csplits))
+ (bests (statistics category))
(split-pbs (cdr (assoc 'SPLIT-PBS bests)))
(best-category-run-pbs (cdr (assoc 'BEST-CATEGORY-RUN-SPLITS bests))))