[RLVa] Rlv Options can be floats or LLColor3s too now.
This commit is contained in:
@@ -57,7 +57,7 @@ typedef std::list<RlvCommand> rlv_command_list_t;
|
|||||||
class RlvObject;
|
class RlvObject;
|
||||||
|
|
||||||
struct RlvException;
|
struct RlvException;
|
||||||
typedef boost::variant<std::string, LLUUID, S32, ERlvBehaviour> RlvExceptionOption;
|
typedef boost::variant<std::string, LLUUID, S32, F32, LLColor3, ERlvBehaviour> RlvExceptionOption;
|
||||||
|
|
||||||
class RlvGCTimer;
|
class RlvGCTimer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user