Open
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
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.