improvements to rectangle graphics element even rendering

This commit is contained in:
Mikayla Fischler
2022-06-18 01:33:45 -04:00
parent 27038f64f7
commit 9bd2229e27
2 changed files with 47 additions and 16 deletions

View File

@@ -48,7 +48,6 @@ local function hbar(args)
-- compute number of bars
local num_bars = util.round(fraction * (bar_width * 2))
util.print(num_bars)
-- redraw bar if changed
if num_bars ~= last_num_bars then