diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-09 15:52:45 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-09 15:52:45 -0700 |
commit | ec5ea33c8113a63e956c195ccf051b2a03979be9 (patch) | |
tree | 035e4ac326165d48eb6dc5f454fa6bc65fcbc1b6 /indra/llui/llcommandmanager.cpp | |
parent | 60c85dff83918876b23ab1ff1dfd336fc9dbc839 (diff) |
EXP-1300 : drop tool animation. First shot. Works but still a bit hacky and with some bugs (tools can be duplicated at times).
Diffstat (limited to 'indra/llui/llcommandmanager.cpp')
-rw-r--r-- | indra/llui/llcommandmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcommandmanager.cpp b/indra/llui/llcommandmanager.cpp index 1b87f20d12..d8e035a320 100644 --- a/indra/llui/llcommandmanager.cpp +++ b/indra/llui/llcommandmanager.cpp @@ -41,7 +41,7 @@ // LLCommandId class // -const LLCommandId LLCommandId::null("null command"); +const LLCommandId LLCommandId::null = LLCommandId(); // // LLCommand class |