Skip to content

Commit 162076f

Browse files
committed
Fix reference to light
1 parent eaf45b5 commit 162076f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/fluid/fluid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class Fluid extends GPUAbstractRunner {
122122
}
123123

124124
public async Destroy() {
125-
await this.light.Destroy()
125+
//await this.light.Destroy()
126126
await this.scene.Destroy()
127127
await this.project.Destroy()
128128
await this.poisson.Destroy()

0 commit comments

Comments
 (0)