Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong generic for ReadExpect makes the game crash #220

Open
PierreGuyot opened this issue Jan 1, 2025 · 0 comments
Open

Wrong generic for ReadExpect makes the game crash #220

PierreGuyot opened this issue Jan 1, 2025 · 0 comments

Comments

@PierreGuyot
Copy link

PierreGuyot commented Jan 1, 2025

ReadExpect<'a, Position>

This line should be ReadExpect<'a, Point> instead of ReadExpect<'a, Position>.
This actually makes the game crash after hitting New Game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant