Skip to content

Commit

Permalink
Merge pull request #126 from bandaloo/set-vertices-fix
Browse files Browse the repository at this point in the history
added missing Mesh:setVertices optional argument
  • Loading branch information
MikuAuahDark authored Dec 7, 2023
2 parents 728ba00 + 3caf304 commit 426a92e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/graphics/types/Mesh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,12 @@ return {
description = 'The index of the first vertex to replace.',
default = '1',
},
{
type = 'number',
name = 'count',
description = 'Amount of vertices to replace.',
default = 'all',
}
},
},
{
Expand Down

0 comments on commit 426a92e

Please sign in to comment.