ソースを参照

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;