Skip to content

Commit

Permalink
Removed temporay elements from camera tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed Sep 23, 2017
1 parent 8ff4156 commit 62eff34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/nunu.editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/editor/nunu.editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions source/editor/ui/tab/camera/CameraEditor.js
Expand Up @@ -172,10 +172,10 @@ function CameraEditor(parent, closeable, container, index)
this.form.add(button);
this.form.nextRow();

this.node = new PassNode(this.form.element);
this.node.size.set(200, 200);
this.form.add(this.node);
this.form.nextRow();
//this.node = new PassNode(this.form.element);
//this.node.size.set(200, 200);
//this.form.add(this.node);
//this.form.nextRow();
}

CameraEditor.prototype = Object.create(TabElement.prototype);
Expand Down

0 comments on commit 62eff34

Please sign in to comment.