amethyst / amethyst/rustrogueliketutorial
Wrong generic for `ReadExpect` makes the game crash
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 970
- Forks
- 166
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://github.com/amethyst/rustrogueliketutorial/blob/33872fe582f226178436847e1f74eafcbf9c0d1a/book/src/chapter_54.md?plain=1#L173
This line should be `ReadExpect<'a, Point>` instead of `ReadExpect<'a, Position>`.
This actually makes the game crash after hitting New Game.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.