covid-19/sim/js/main.js

7 lines
172 B
JavaScript
Raw Normal View History

2020-04-23 16:21:18 +00:00
/////////////////////////////////////
// INIT! ////////////////////////////
/////////////////////////////////////
restart();
_updateButtons();
requestAnimationFrame(draw);