Skip to content

Commit

Permalink
Revert "Update revision (#22087)" (#22090)
Browse files Browse the repository at this point in the history
This reverts commit 8837fac.
  • Loading branch information
mrdoob authored Jul 5, 2021
1 parent cdd242f commit 83176d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const REVISION = '131dev';
export const REVISION = '130';
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
export const CullFaceNone = 0;
Expand Down

0 comments on commit 83176d9

Please # to comment.