rlSetVertexAttribute takes pointer as Buffer.

This commit is contained in:
jussi
2024-09-10 12:53:20 +03:00
parent 415f3b6c01
commit cd6471d339
9 changed files with 41 additions and 23 deletions

View File

@@ -75,7 +75,7 @@ function PropertyList:updateControl( control )
if type( control._controls ) == "table" then
for _, groupControl in ipairs( control._controls ) do
groupControl.visible = control.active
groupControl.visible = control.active and control.visible
-- Deactivate any subgroups.
if not control.active and type( groupControl._controls ) == "table" then
groupControl.active = false