We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df41d7e commit 3d21a17Copy full SHA for 3d21a17
src/hooks/3d/system/Loop.ts
@@ -26,7 +26,7 @@ export class Loop {
26
}
27
tick() {
28
const delta = clock.getDelta();
29
- for (let cube of this.updateAbles) {
+ for (const cube of this.updateAbles) {
30
cube.tick(delta);
31
32
0 commit comments