Skip to content

Damn CellEvent?? #3

@EntropyIncreaser

Description

@EntropyIncreaser

I found this in CellEvent.java:

public static class CellCreatedEvent extends CellEvent {
    public CellCreatedEvent(Grid grid, GridPos position, Cell cell) {
        super(grid, position, cell);
    }
}

It does nothing at all! So the GridMap contains nothing and causes the Exception!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions