Skip to content

Commit

Permalink
Updated builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Oct 18, 2016
1 parent d4498a8 commit d14d6a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/three.js
Expand Up @@ -6603,8 +6603,8 @@

var validArea = new Box2();

validArea.min.set( 0, 0 );
validArea.max.set( viewport.z - 16, viewport.w - 16 );
validArea.min.set( viewport.x, viewport.y );
validArea.max.set( viewport.x + ( viewport.z - 16 ), viewport.y + ( viewport.w - 16 ) );

if ( program === undefined ) {

Expand Down
6 changes: 3 additions & 3 deletions build/three.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d14d6a8

Please sign in to comment.