Snap grid was pulling colors from wrong control group.
This commit is contained in:
@@ -603,9 +603,9 @@ void LLManip::renderTickValue(const LLVector3& pos, F32 value, const std::string
|
||||
|
||||
LLColor4 LLManip::setupSnapGuideRenderPass(S32 pass)
|
||||
{
|
||||
static const LLCachedControl<LLColor4> grid_color_fg("GridlineColor",LLColor4(1.f,1.f,1.f,.8f));
|
||||
static const LLCachedControl<LLColor4> grid_color_bg("GridlineBGColor",LLColor4(.9f,.9f,1.f,.8f));
|
||||
static const LLCachedControl<LLColor4> grid_color_shadow("GridlineShadowColor",LLColor4(0.f,0.f,0.f,.3f));
|
||||
static const LLCachedControl<LLColor4> grid_color_fg(gColors,"GridlineColor",LLColor4(1.f,1.f,1.f,.8f));
|
||||
static const LLCachedControl<LLColor4> grid_color_bg(gColors,"GridlineBGColor",LLColor4(.9f,.9f,1.f,.8f));
|
||||
static const LLCachedControl<LLColor4> grid_color_shadow(gColors,"GridlineShadowColor",LLColor4(0.f,0.f,0.f,.3f));
|
||||
|
||||
LLColor4 line_color;
|
||||
static const LLCachedControl<F32> line_alpha("GridOpacity",1.f);
|
||||
|
||||
Reference in New Issue
Block a user