At the bottom of 277, after we add self.advance_level in tick, it says inside “GameState” to add advance_level(). This should be “State” not GameState. GameState is the trait in bracket-lib where the tick function is. advance_level is in impl State.
1 Like
Good catch, thank you! I’ve added it to the issue tracker for beta-5.
1 Like