diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux index dff7c4ae1..ce2265a8e 100644 --- a/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux @@ -514,7 +514,7 @@ (runtime: (io//current-time! _) (|> current-time-float - (r.* (r.float 1_000.0)) + (r.* (r.float 1,000.0)) int//from-float)) (def: runtime//io |