Setup BartyCrouch run script

This commit is contained in:
JoniVR 2020-10-18 15:55:22 +02:00
parent 7f98df3a91
commit 6a240e199a
3 changed files with 21 additions and 2 deletions

View file

@ -69,7 +69,7 @@ class Display {
if roundChiclet {
let osdChiclet = OSDUtils.chiclet(fromValue: Float(value), maxValue: Float(maxValue))
filledChiclets = Int(round(osdChiclet))
totalChiclets = 16
} else {