diff options
| author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-04 21:00:10 -0400 |
|---|---|---|
| committer | Rye Mutt <rye@alchemyviewer.org> | 2024-08-04 23:11:57 -0400 |
| commit | 874794ea584588457dfde7ef17c447e2a0eb46bb (patch) | |
| tree | 199cab92ace3a887a204eff163c0990edae515a0 /indra/llui/llstatgraph.cpp | |
| parent | 4a702182daf872e77797a1ff7e6e3040c3c5806d (diff) | |
Add LLUIColorTable debug-settings-like floater for easing skin design
Diffstat (limited to 'indra/llui/llstatgraph.cpp')
| -rw-r--r-- | indra/llui/llstatgraph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llstatgraph.cpp b/indra/llui/llstatgraph.cpp index 28b4d387f1..d97051247e 100644 --- a/indra/llui/llstatgraph.cpp +++ b/indra/llui/llstatgraph.cpp @@ -100,8 +100,8 @@ void LLStatGraph::draw() it--; } - static LLColor4 default_color = LLUIColorTable::instance().getColor( "MenuDefaultBgColor" ); - gGL.color4fv(default_color.mV); + static LLUIColor default_color = LLUIColorTable::instance().getColor( "MenuDefaultBgColor" ); + gGL.color4fv(default_color.get().mV); gl_rect_2d(0, getRect().getHeight(), getRect().getWidth(), 0, true); gGL.color4fv(LLColor4::black.mV); |
