MAINT-5378 fixing minor issues
parent
6f3b21b98d
commit
9800c590ba
|
|
@ -37,7 +37,6 @@
|
|||
#include "llnotifications.h"
|
||||
#include "llnotificationsutil.h"
|
||||
#include "llnotificationtemplate.h"
|
||||
#include "llstartup.h"
|
||||
#include "lltimer.h"
|
||||
#include "llvoavatarself.h"
|
||||
#include "llviewercontrol.h"
|
||||
|
|
|
|||
|
|
@ -8438,7 +8438,7 @@ void LLVOAvatar::calculateUpdateRenderComplexity()
|
|||
mVisualComplexity = cost;
|
||||
mVisualComplexityStale = false;
|
||||
|
||||
LLCachedControl<U32> show_my_complexity_changes(gSavedSettings, "ShowMyComplexityChanges", 20);
|
||||
static LLCachedControl<U32> show_my_complexity_changes(gSavedSettings, "ShowMyComplexityChanges", 20);
|
||||
|
||||
if (isSelf() && show_my_complexity_changes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue