diff --git a/indra/newview/rlvdefines.h b/indra/newview/rlvdefines.h index b840ff29a..02458fbc9 100644 --- a/indra/newview/rlvdefines.h +++ b/indra/newview/rlvdefines.h @@ -80,7 +80,7 @@ const S32 RLVa_VERSION_PATCH = 3; const S32 RLVa_VERSION_BUILD = 2; // Uncomment before a final release -//#define RLV_RELEASE +#define RLV_RELEASE // The official viewer version we're patching against #define RLV_MAKE_TARGET(x, y, z) ((x << 16) | (y << 8) | z) @@ -117,7 +117,7 @@ const S32 RLVa_VERSION_BUILD = 2; #define RLV_ROOT_FOLDER "#RLV" #define RLV_CMD_PREFIX '@' #define RLV_PUTINV_PREFIX "#RLV/~" -#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL +#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL #define RLV_FOLDER_FLAG_NOSTRIP "nostrip" #define RLV_FOLDER_PREFIX_HIDDEN '.'