Skip to content
Snippets Groups Projects
Commit c2cc943a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix unused variable warning from debug code in jellydoll color selection

parent 21213b28
No related branches found
No related tags found
No related merge requests found
...@@ -11076,7 +11076,9 @@ void LLVOAvatar::calcMutedAVColor() ...@@ -11076,7 +11076,9 @@ void LLVOAvatar::calcMutedAVColor()
{ {
LLColor4 new_color(mMutedAVColor); LLColor4 new_color(mMutedAVColor);
std::string change_msg; std::string change_msg;
#if defined(COLORIZE_JELLYDOLLS) || defined(SHOW_DEBUG)
LLUUID av_id(getID()); LLUUID av_id(getID());
#endif
if (getVisualMuteSettings() == AV_DO_NOT_RENDER) if (getVisualMuteSettings() == AV_DO_NOT_RENDER)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment