love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

added missing Mesh:setVertices optional argument #126

Closed bandaloo closed 9 months ago

bandaloo commented 10 months ago

I was using the very nice Lua language server extension which supports some 3rd party libraries like Love2D automatically; it generates its meta files directly from this repo. I noticed the API doesn't have any info about the optional count argument added to Mesh:setVertices in 11.3. You can see it in the Wiki here: https://love2d.org/wiki/Mesh:setVertices

Hopefully I did it right and maybe it will help people out!