summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-10-20 10:46:06 +0000
committerOmar Rizwan <omar@omar.website>2022-10-20 10:46:06 +0000
commit35becc6d04395b2f9604cd91a2e6c63c706936cc (patch)
tree4ce6a0d5ce22b1c342fb8c36fabf50229cd51765 /virtual-programs
parentSimplify Camera and/by making step-count more incremental (diff)
downloadfolk-35becc6d04395b2f9604cd91a2e6c63c706936cc.tar.gz
folk-35becc6d04395b2f9604cd91a2e6c63c706936cc.zip
Show camera time
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/keyboard-character-log.folk2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/keyboard-character-log.folk b/virtual-programs/keyboard-character-log.folk
index e115d158..9b0fd4aa 100644
--- a/virtual-programs/keyboard-character-log.folk
+++ b/virtual-programs/keyboard-character-log.folk
@@ -2,7 +2,7 @@ When $::nodename has step count /c/ {
Wish $this is labelled [string trim "
step count: $c
step time: $::stepTime
-camera time: [expr {[namespace exists Camera] ? [lindex [lindex $Camera::statements 1] end] : {none}}]
+camera time: [expr {[namespace exists Camera] ? [lindex [lindex $Camera::statements 0] end] : {none}}]
statement count: [Statements::size]
logsize: $::logsize
"]