Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

State machine logic error #23

Closed Bowarc closed 11 months ago

Bowarc commented 11 months ago

https://github.com/Bowarc/chess_game/blob/main/client/src/game/mod.rs#L60

This is wrong as it sets the old content state back to state, just remove the

self.state =

And it should be good

Bowarc commented 11 months ago

https://discord.com/channels/273534239310479360/1120124565591425034/1172272623774871592

They were right all along