Skip to content

Commit

Permalink
Update constants.js
Browse files Browse the repository at this point in the history
Update revision.
  • Loading branch information
Mugen87 committed Apr 26, 2024
1 parent a2e9ee8 commit a6130f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
@@ -1,4 +1,4 @@
export const REVISION = '164';
export const REVISION = '165dev';

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 };
Expand Down

0 comments on commit a6130f8

Please sign in to comment.