diff options
author | richard <none@none> | 2009-12-17 11:48:33 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-17 11:48:33 -0800 |
commit | c89bb9848f302a9a06cdec4c6100da3fcc99ac0d (patch) | |
tree | e6997e926062869a41e36246a382d10ff76e4786 | |
parent | 4ec3186842a5d23e4680a3395b8f5aafe017e839 (diff) |
fix for bad xui warnings when loading font from legacy "resource" name
-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; |