Skip to content

Commit

Permalink
Update textureBlock.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rassie authored Apr 15, 2021
1 parent 1723c50 commit 4168d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Materials/Node/Blocks/Dual/textureBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export class TextureBlock extends NodeMaterialBlock {
this._writeTextureRead(state);

for (var output of this._outputs) {
if (output.hasEndpoints) {
if (output.hasEndpoints && output.name !== "level") {
this._writeOutput(state, output, output.name);
}
}
Expand Down

0 comments on commit 4168d25

Please sign in to comment.