mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Update Nuklear to 67ad444
This commit is contained in:
parent
681ebb06ea
commit
5098cccf7e
2 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,6 @@ return function ()
|
|||
nk.label('B: '..b)
|
||||
b = nk.slider(0, b, 255, 1)
|
||||
colors[name] = nk.color_rgba(r, g, b)
|
||||
nk.layout_row('dynamic', 0, 0) -- Work-around for nuklear issue #282
|
||||
nk.combobox_end()
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue