Skip to content

Commit 17df4c4

Browse files
committed
r72
1 parent 1dd5f02 commit 17df4c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/three.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author mrdoob / http://mrdoob.com/
55
*/
66

7-
var THREE = { REVISION: '72dev' };
7+
var THREE = { REVISION: '72' };
88

99
//
1010

@@ -12272,7 +12272,7 @@ THREE.HemisphereLight = function ( skyColor, groundColor, intensity ) {
1227212272

1227312273
this.type = 'HemisphereLight';
1227412274

12275-
this.position.set( 0, 100, 0 );
12275+
this.position.set( 0, 1, 0 );
1227612276
this.updateMatrix();
1227712277

1227812278
this.groundColor = new THREE.Color( groundColor );

build/three.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @author mrdoob / http://mrdoob.com/
33
*/
44

5-
var THREE = { REVISION: '72dev' };
5+
var THREE = { REVISION: '72' };
66

77
//
88

0 commit comments

Comments
 (0)