settings-file-dialogs
Tag 2022-08-07 10:48:57 -07:00
rodzic 5eb937e646
commit 3f2a0bbb1a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -5388,7 +5388,7 @@ function toggleStrikeGlobal()
g_layerSources.strikes.clear(); g_layerSources.strikes.clear();
} }
function handleStrike( strike ) function handleStrike(strike)
{ {
let index = Date.now(); let index = Date.now();
while (index in g_bolts) index++; while (index in g_bolts) index++;
@ -5449,7 +5449,6 @@ function handleStrike( strike )
addLastTraffic(worker); addLastTraffic(worker);
} }
} }
function toggleMouseTrack() function toggleMouseTrack()