MAINT-5378 fixing minor issues

master
andreykproductengine 2015-09-03 15:23:22 +03:00
parent 6f3b21b98d
commit 9800c590ba
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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)
{