Skip to content

Separate game update function from game loop function #7

@MatthewWid

Description

@MatthewWid

The update function should run a single update tick of game time, given an intermediary lerp value since the last update.

The loop function should be responsible purely for continuously running the game loop at a set interval and giving the lerp value to the update function when called.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions