bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

Fix bad index in removevalues #571

Closed billfreist closed 3 weeks ago

billfreist commented 3 weeks ago

When the table.remove call from split into its own reverse iterating loop, the table.remove call was still using the k variable from the old loop rather than the new i index.