Move decl of statics inside func to appease Clang, maybe.

master
Graham Linden 2019-08-27 08:59:48 -07:00
parent 1cf1459cbc
commit 2cd01c8e92
1 changed files with 4 additions and 4 deletions

View File

@ -73,10 +73,6 @@
#include "llavatarappearancedefines.h"
static const F32 CONTEXT_CONE_IN_ALPHA = 0.0f;
static const F32 CONTEXT_CONE_OUT_ALPHA = 1.f;
static const F32 CONTEXT_FADE_TIME = 0.08f;
static const S32 LOCAL_TRACKING_ID_COLUMN = 1;
//static const char CURRENT_IMAGE_NAME[] = "Current Texture";
@ -442,6 +438,10 @@ BOOL LLFloaterTexturePicker::postBuild()
// virtual
void LLFloaterTexturePicker::draw()
{
static const F32 CONTEXT_CONE_IN_ALPHA = 0.0f;
static const F32 CONTEXT_CONE_OUT_ALPHA = 1.f;
static const F32 CONTEXT_FADE_TIME = 0.08f;
if (mOwner)
{
// draw cone of context pointing back to texture swatch