Skip to content

Commit 62eff34

Browse files
committed
Removed temporay elements from camera tab
1 parent 8ff4156 commit 62eff34

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/nunu.editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/editor/nunu.editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/editor/ui/tab/camera/CameraEditor.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ function CameraEditor(parent, closeable, container, index)
172172
this.form.add(button);
173173
this.form.nextRow();
174174

175-
this.node = new PassNode(this.form.element);
176-
this.node.size.set(200, 200);
177-
this.form.add(this.node);
178-
this.form.nextRow();
175+
//this.node = new PassNode(this.form.element);
176+
//this.node.size.set(200, 200);
177+
//this.form.add(this.node);
178+
//this.form.nextRow();
179179
}
180180

181181
CameraEditor.prototype = Object.create(TabElement.prototype);

0 commit comments

Comments
 (0)