Reduce auto playback speed to avoid collision with animation.
This commit is contained in:
parent
5f7b722bed
commit
3aaf7a8ce1
@ -1121,7 +1121,7 @@ const INTERFACE = {
|
|||||||
replay_auto() {
|
replay_auto() {
|
||||||
if(INTERFACE_DATA.replay_auto) {
|
if(INTERFACE_DATA.replay_auto) {
|
||||||
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1, true);
|
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1, true);
|
||||||
setTimeout(INTERFACE.replay_auto, 1000);
|
setTimeout(INTERFACE.replay_auto, 1250);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user