Minor adjustment to auto playback speed.
This commit is contained in:
parent
3aaf7a8ce1
commit
612f513b72
@ -1121,7 +1121,7 @@ const INTERFACE = {
|
||||
replay_auto() {
|
||||
if(INTERFACE_DATA.replay_auto) {
|
||||
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1, true);
|
||||
setTimeout(INTERFACE.replay_auto, 1250);
|
||||
setTimeout(INTERFACE.replay_auto, 1100);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user