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 16e9aae commit fd31357Copy full SHA for fd31357
games/running-ball-babylonjs/src/Game.ts
@@ -74,6 +74,8 @@ export class Game {
74
this.camera = this.configureCamera();
75
this.sky = this.configureSky();
76
[this.water, this.ground] = this.configureGround();
77
+ void this.water;
78
+ void this.ground;
79
this.shadowGenerator = new ShadowGenerator(1024, this.light);
80
81
[this.wallMaterial, this.wallTouchedMaterial] = this.createWallMaterial();
0 commit comments