Skip to content

Commit fd31357

Browse files
save\
1 parent 16e9aae commit fd31357

File tree

1 file changed

+2
-0
lines changed
  • games/running-ball-babylonjs/src

1 file changed

+2
-0
lines changed

games/running-ball-babylonjs/src/Game.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export class Game {
7474
this.camera = this.configureCamera();
7575
this.sky = this.configureSky();
7676
[this.water, this.ground] = this.configureGround();
77+
void this.water;
78+
void this.ground;
7779
this.shadowGenerator = new ShadowGenerator(1024, this.light);
7880

7981
[this.wallMaterial, this.wallTouchedMaterial] = this.createWallMaterial();

0 commit comments

Comments
 (0)