diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/webAO/client.js b/webAO/client.js index 89c4b6d..f473755 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1324,14 +1324,6 @@ async changeBackground(position) { } /** - * Intialize updater - * @param {number} animdelay the length of pre-animation - */ - initUpdater() { - viewport.updater = setTimeout(() => viewport.tick(), UPDATE_INTERVAL); - } - - /** * Intialize testimony updater */ initTestimonyUpdater() { @@ -1614,7 +1606,7 @@ async changeBackground(position) { } } - this.initUpdater(); + this.tick(); } /** |
