Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Feb 22, 2024
1 parent 77d6d7a commit 05a9ad1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/engine/src/model/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ export class Model {

const fs = this.fs
? this.shaderFactory.createShader({
id: `${this.id}-fragment`,
stage: 'fragment',
source: this.fs
})
id: `${this.id}-fragment`,
stage: 'fragment',
source: this.fs
})
: null;

this.pipeline = this.pipelineFactory.createRenderPipeline({
Expand Down

0 comments on commit 05a9ad1

Please sign in to comment.