flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
289 stars 25 forks source link

[SlabTest] Pass nil for missing arg Step #77

Closed idbrii closed 3 years ago

idbrii commented 3 years ago

Fix error when adjusting min/max values for slider in SlabTest.

We weren't passing all the args -- Step was missing and a table (Options) was being passed instead.

This was included in #39, but got omitted on merge.