Skip to content

Commit

Permalink
Update shader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niceEli authored May 26, 2024
1 parent 46bbca5 commit 6abad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/draw/shader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function shader(
uniform: uniform,
}),
inspect() {
return `shader(${id})`
return `shader: ${id}`
},
};
}

0 comments on commit 6abad64

Please sign in to comment.