Skip to content

Panic 841 with coordinates outside the screen #5

@martinwork

Description

@martinwork

If coordinates are outside the screen, it calculates an index outside the _screen buffer, which triggers panic 841.

let ind = x * (_ZOOM + 1) + page * 128 + 1

ind = (x + n) * 5 * (_ZOOM + 1) + y * 128 + i * (_ZOOM + 1) + 1

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