You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens in chess, but probably all games for streaming gamelogs.
Connect two chess human clients.
Have white (the first player) make a move.
white player will render correctly
black player will not
It appears as if the second player animates the delta "backwards", where the currentState and nextState are reversed, so the move is played back in reverse and it sits in the start position instead of the end.
Any subsequent deltas to that piece are correct though. So it's something with initiation.
The text was updated successfully, but these errors were encountered:
It happens in chess, but probably all games for streaming gamelogs.
It appears as if the second player animates the delta "backwards", where the currentState and nextState are reversed, so the move is played back in reverse and it sits in the start position instead of the end.
Any subsequent deltas to that piece are correct though. So it's something with initiation.
The text was updated successfully, but these errors were encountered: