This commit is contained in:
Ziver Koc 2016-08-30 19:53:13 +02:00
parent 726fc3e955
commit 6e745acaa5

View file

@ -131,7 +131,7 @@
function drawLoop(){
if (editModeEnabled == false)
drawMap();
setTimeout("drawMap()", 10000);
setTimeout("drawLoop()", 10000);
}
function drawMap(){