Skip to content

Commit 3395231

Browse files
committed
Updated builds.
1 parent 916af9d commit 3395231

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
} );
187187

188-
var REVISION = '97';
188+
var REVISION = '98dev';
189189
var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
190190
var CullFaceNone = 0;
191191
var CullFaceBack = 1;

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.

build/three.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Object.assign( EventDispatcher.prototype, {
179179

180180
} );
181181

182-
var REVISION = '97';
182+
var REVISION = '98dev';
183183
var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
184184
var CullFaceNone = 0;
185185
var CullFaceBack = 1;

0 commit comments

Comments
 (0)