Skip to content

This line breaks other mods #5

@ddamiani

Description

@ddamiani

rendering.clear();

This code as written blows away all rendering objects not just the ones created by the mod. This breaks any other mod that is creating its own rendering. this should be:

rendering.clear('factorio-gridlines');

to only touch the things rendered by this mod.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions