Browse Source

Merge branch 'master' into dev

Mr.doob 7 years ago
parent
commit
fbe86b5530
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_morphnormals.html

+ 1 - 1
examples/webgl_morphnormals.html

@@ -148,7 +148,7 @@
 
 				renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
 
-				camera.aspect = 0.5 * SCREEN_WIDTH / SCREEN_HEIGHT;
+				camera.aspect =SCREEN_WIDTH / SCREEN_HEIGHT;
 				camera.updateProjectionMatrix();
 
 			}