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
For example, sometimes after doing an H permutation (M2 U' M2 U2 M2 U' M2) especially quickly, one of the R/L layers appears rotated incorrectly on the virtual cube.
The issue appears to be the result of the fact that an M turn comes from the smartcube as R L', so sending those moves in quick succession may cause a race condition of sorts on the twisty player.
We'll need some way to debounce the moves, convert to an M directly, create a synchronized queue, or something else...
The text was updated successfully, but these errors were encountered:
For example, sometimes after doing an H permutation (
M2 U' M2 U2 M2 U' M2
) especially quickly, one of the R/L layers appears rotated incorrectly on the virtual cube.The issue appears to be the result of the fact that an
M
turn comes from the smartcube asR L'
, so sending those moves in quick succession may cause a race condition of sorts on thetwisty player
.We'll need some way to debounce the moves, convert to an
M
directly, create a synchronized queue, or something else...The text was updated successfully, but these errors were encountered: