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

@@ -115,8 +115,8 @@ function RL.init()
Rect:new( 464, 256, 128, 32 ),
"Health",
0,
0,
10,
-100,
100,
false,
{ -- Callbacks.
edit = function( self ) print( "Spinner value changed to "..self.value ) end