chore: cleanup

This commit is contained in:
cha0s 2024-07-04 09:05:38 -05:00
parent 3de969ce1e
commit 875449e816

View File

@ -14,6 +14,11 @@ export default class Ticking extends Component {
});
}
reset() {
this.$$finished = [];
this.$$tickingPromises = [];
}
tick(elapsed) {
for (const tickingPromise of this.$$finished) {
this.$$tickingPromises.splice(