davidson16807 / tectonics.js

3d plate tectonics in your web browser
http://davidson16807.github.io/tectonics.js/
Creative Commons Attribution 4.0 International
204 stars 28 forks source link

Fix autosave function #60

Closed skepickle closed 4 years ago

skepickle commented 4 years ago

The autosave function was only saving at time zero, because the setTimeout was calling the update() method instead of calling autosave() again.

davidson16807 commented 4 years ago

Thanks @skepickle! Sorry for breaking that.