fixes to offsets and width calculations, init hbar to 0

This commit is contained in:
Mikayla Fischler
2022-06-25 14:27:15 -04:00
parent e54d5b3d85
commit 47599b8ff6
3 changed files with 23 additions and 12 deletions

View File

@@ -93,6 +93,9 @@ local function hbar(args)
end
end
-- initialize to 0
e.on_update(0)
return e.get()
end