diff options
| author | Kitty Barnett <develop@catznip.com> | 2019-11-06 12:34:26 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2019-11-06 12:34:26 +0100 |
| commit | 418308bc7ce4e9924d6280f784222ba45172eea4 (patch) | |
| tree | 32480168a0fa174ba506a53f056f97e5e12a3f47 /indra/newview/llworldmapview.cpp | |
| parent | 9cfdb278de30e4a22d5d38fd08305fd40a905d80 (diff) | |
Characters can have more than one representation in LLFontFreetype
* By default all viewer text will use B/W glyphs
* Added temporary use_color attribute to LLTextBase for testing
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
| -rw-r--r-- | indra/newview/llworldmapview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index 86249badaa..ff1f95526e 100644 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -469,7 +469,8 @@ void LLWorldMapView::draw() S32_MAX, //max_chars sMapScale, //max_pixels NULL, - TRUE); //use ellipses + /*use_ellipses*/TRUE, + /*use_color*/FALSE); } } } |
