diff options
-rw-r--r-- | indra/llui/llui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 67d3ed408b..1ea6b66a93 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1947,6 +1947,7 @@ namespace LLInitParam if (res_fontp) { mData.mValue = res_fontp; + return; } U8 fontstyle = 0; |