Skip to content

OnUpdate has too much code in it. #4

Description

@KevinTyrrell

OnUpdate should be reworked. It has nearly 150 lines of code being ran every frame. This is a CPU hog. Stuff like isShiftDown can be gathered from event handlers and doesn't need to be updated every frame. You're spreading yourself too thin with all of this inside of one function call.

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