Skip to content

Commit

Permalink
fix: originator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jan 17, 2025
1 parent b9de763 commit 31daf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/procgen/NoiseSampler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export class NoiseSampler {
this.onChange('seed')
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
onChange(_originator: any) {
// console.debug(`[Sampler:onChange] from ${_originator}`)
this.init()
Expand Down

0 comments on commit 31daf36

Please sign in to comment.