fix const

This commit is contained in:
casperlamboo 2017-11-19 13:02:58 +01:00
parent a41806a7be
commit 3bce03175a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export const SCULPT_LIMIT = 0.6;
export const DESELECT_TRANSPARENCY = 0.8;
export const DESELECT_TRANSPARENCY = 0.2;
export const MIN_CAMERA_ZOOM = 10;
export const MAX_CAMERA_ZOOM = 600;
export const MAX_CAMERA_PAN = 150;