-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Slider throws error in latest release after calling basalt.autoUpdate.
The error happens on line 138 of Slider
Basalt/Basalt/objects/Slider.lua
Line 138 in 8dd8e63
| self:addText(index, oby, symbol:rep(symbolSize)) |
To Reproduce
local basalt = require("basalt")
local main = basalt.createFrame()
local slider = main:addSlider():setBarType("horizontal")
basalt.autoUpdate()Expected behavior
No error
I am running the latest version.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
