Skip to content

Commit 12f07e9

Browse files
committed
Updated builds.
1 parent abf0ac8 commit 12f07e9

File tree

2 files changed

+5
-5
lines changed

2 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: '68' };
7+
var THREE = { REVISION: '69dev' };
88

99
// browserify support
1010
if ( typeof module === 'object' ) {
@@ -8910,7 +8910,7 @@ THREE.BufferGeometry.prototype = {
89108910
if ( hasFaceVertexUv === true ) {
89118911

89128912
var uvs = new Float32Array( faces.length * 3 * 2 );
8913-
this.addAttribute( 'uvs', new THREE.BufferAttribute( uvs, 2 ) );
8913+
this.addAttribute( 'uv', new THREE.BufferAttribute( uvs, 2 ) );
89148914

89158915
}
89168916

build/three.min.js

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

0 commit comments

Comments
 (0)