소스 검색

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;