Skip to content

Commit 79497a2

Browse files
committedDec 31, 2024·
r172
1 parent 4fe111f commit 79497a2

File tree

6 files changed

+826
-561
lines changed

6 files changed

+826
-561
lines changed
 

‎build/three.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
'use strict';
77

8-
const REVISION = '172dev';
8+
const REVISION = '172';
99

1010
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
1111
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

‎build/three.core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2010-2024 Three.js Authors
44
* SPDX-License-Identifier: MIT
55
*/
6-
const REVISION = '172dev';
6+
const REVISION = '172';
77

88
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
99
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

‎build/three.core.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.