Skip to content

Commit ecd0bf6

Browse files
authored
Update REVISION (#24713)
1 parent 9d61d1f commit ecd0bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const REVISION = '145';
1+
export const REVISION = '146dev';
22
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
33
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
44
export const CullFaceNone = 0;

0 commit comments

Comments
 (0)