Fix auto selection for Dawn.

This commit is contained in:
yukirij 2024-08-20 15:59:38 -07:00
parent 87e59db684
commit e8843b00ed

View File

@ -943,7 +943,7 @@ const INTERFACE = {
auto() {
if(INTERFACE_DATA.auto_mode === null) {
INTERFACE_DATA.auto_mode = GAME_DATA.rotate ^ 1;
INTERFACE_DATA.auto_mode = INTERFACE_DATA.rotate ^ 1;
setTimeout(INTERFACE.auto_play, 500);
} else {
INTERFACE_DATA.auto_mode = null;