Skip to content

camera_modification_in_fixed_update doesn't handle nested systems #494

@BD103

Description

@BD103

For a follow-up: This doesn't handle nested tuples. Meaning I don't think this will lint on:

app.add_systems(FixedUpdate, (unrelated, (also_unrelated, modifies_camera)));
//                                                        ^^^^^^^^^^^^^^^ Won't see this

Originally commented in #417 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-LinterRelated to the linter and custom lintsC-BugA bug in the programD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixes

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions