Error in documentation (C-API)

Seems to method sprite -> setAlwaysRedraw is global, works for all sprites and entire display-list system.

Lua docs are good and explaining it perfectly.

But C docs has error:

When flag is set to 1, the given sprite will always redraw.

It's about given sprite, but have no parameter for the sprite.

Please fix the docs.

1 Like

Just run into this myself - good call!

Changed to match the Lua docs. Thanks!