Skip to content

Commit

Permalink
[RLVa] Rlv Options can be floats or LLColor3s too now.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed May 26, 2015
1 parent 323b49d commit 210c979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/rlvcommon.h
Expand Up @@ -57,7 +57,7 @@ typedef std::list<RlvCommand> rlv_command_list_t;
class RlvObject;

struct RlvException;
typedef boost::variant<std::string, LLUUID, S32, ERlvBehaviour> RlvExceptionOption;
typedef boost::variant<std::string, LLUUID, S32, F32, LLColor3, ERlvBehaviour> RlvExceptionOption;

class RlvGCTimer;

Expand Down

0 comments on commit 210c979

Please sign in to comment.