diff --git a/indra/newview/llmanip.cpp b/indra/newview/llmanip.cpp index e7cdc51cc..44ab0f9bc 100644 --- a/indra/newview/llmanip.cpp +++ b/indra/newview/llmanip.cpp @@ -603,9 +603,9 @@ void LLManip::renderTickValue(const LLVector3& pos, F32 value, const std::string LLColor4 LLManip::setupSnapGuideRenderPass(S32 pass) { - static const LLCachedControl grid_color_fg("GridlineColor",LLColor4(1.f,1.f,1.f,.8f)); - static const LLCachedControl grid_color_bg("GridlineBGColor",LLColor4(.9f,.9f,1.f,.8f)); - static const LLCachedControl grid_color_shadow("GridlineShadowColor",LLColor4(0.f,0.f,0.f,.3f)); + static const LLCachedControl grid_color_fg(gColors,"GridlineColor",LLColor4(1.f,1.f,1.f,.8f)); + static const LLCachedControl grid_color_bg(gColors,"GridlineBGColor",LLColor4(.9f,.9f,1.f,.8f)); + static const LLCachedControl grid_color_shadow(gColors,"GridlineShadowColor",LLColor4(0.f,0.f,0.f,.3f)); LLColor4 line_color; static const LLCachedControl line_alpha("GridOpacity",1.f);