summaryrefslogtreecommitdiff
path: root/indra/newview/llglsandbox.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-25 17:06:17 -0800
committerJames Cook <james@lindenlab.com>2010-02-25 17:06:17 -0800
commit36c35bca2663447216027015c10aa921ab75abfb (patch)
treec716404bf813a4635fef60a7419a3961c6de10b4 /indra/newview/llglsandbox.cpp
parent3eec41f6716940ffcfd4bf239e1e493c2d0a0658 (diff)
Support multiple fonts, colors and styles in name tags
Simplified LLHUDText string API to be UTF8 only Added per-text segment font support Changed LLVOAvatar invalidateNameTag to clearNameTag
Diffstat (limited to 'indra/newview/llglsandbox.cpp')
-rw-r--r--indra/newview/llglsandbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp
index 750a9d478f..134e63fa35 100644
--- a/indra/newview/llglsandbox.cpp
+++ b/indra/newview/llglsandbox.cpp
@@ -983,7 +983,7 @@ void LLViewerObjectList::renderObjectBeacons()
color = debug_beacon.mTextColor;
color.mV[3] *= 1.f;
- hud_textp->setString(utf8str_to_wstring(debug_beacon.mString));
+ hud_textp->setString(debug_beacon.mString);
hud_textp->setColor(color);
hud_textp->setPositionAgent(debug_beacon.mPositionAgent);
debug_beacon.mHUDObject = hud_textp;