Skip to content

sprite_update x and y values #1

@clebin

Description

@clebin

Hi. Thanks for this great library which is helping me explore Next programming at last.

Small bug report - I believe sprite_update() in sprite.c should take x & y values as 16-bit integers.

from:
void sprite_update(uint8_t i, uint8_t x, uint8_t y)

to:
void sprite_update(uint8_t i, uint16_t x, uint16_t y)

All the best,
Chris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions