Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
385 stars 74 forks source link

Fix Renderer:drawLines(lines) -> Renderer:drawLines(points) #7

Closed stormc closed 9 years ago

stormc commented 9 years ago

SDL_RenderDrawLines() takes a series of points and draws connecting lines between them.

stormc commented 9 years ago

The corresponding documentation update can be found here. Would you like a separate pull request for it for the gh-pages branch or how to handle it?

Tangent128 commented 9 years ago

A separate pull request for the docs would be best, yes. (Don't forget change the link text as well as the href in "(see Lines)" -> "(see Points)")

Need to bump up "convert the original wiki dump to a Github wiki" on my TODO list...