Skip to content

Commit

Permalink
fix texure output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Nov 3, 2018
1 parent dcf1db8 commit 8533e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/editor/components/output/texture.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default class extends Component {
constructor() {
super('Output texture')
this.allocation = ['Output'];
this.module = {
nodeType: 'output',
socket: sockets.image
}
}

builder(node) {
Expand Down

0 comments on commit 8533e2c

Please sign in to comment.