浏览代码

Editor/App: Not sure where this came from.

Mr.doob 9 年之前
父节点
当前提交
2b6042a25b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      editor/js/libs/app.js

+ 0 - 2
editor/js/libs/app.js

@@ -151,8 +151,6 @@ var APP = {
 
 		this.setSize = function ( width, height ) {
 
-			if ( renderer._fullScreen ) return;
-
 			this.width = width;
 			this.height = height;