Skip to content

DefaultWriter text draw outside screen causing NPE #993

Closed
@jvalkeal

Description

@jvalkeal

For example npe may come from here:

DefaultScreenItem item = layer.getScreenItem(x + i, y);
item.content = Character.toString(c);

Need to sweep through other similar places where screen item may be null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions