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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8e603282a4531bf9826698a7687f1e18b1364b94
|
||||
Subproject commit 67ad444adfd86224c256d58834065c87d43b60bc
|
Loading…
Add table
Add a link
Reference in a new issue