diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-20 02:49:25 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-20 02:50:15 +0200 | 
| commit | 8be121e7cd88e692dad26510426defc5fc1df358 (patch) | |
| tree | e4b23f075b091084f5069ff4b4ceede3e305822e | |
| parent | 816983854284913da6973a0976fd7175debeb09c (diff) | |
viewer#840 Xcode buildfix
| -rw-r--r-- | indra/llrender/llfontfreetype.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontfreetype.cpp b/indra/llrender/llfontfreetype.cpp index ffeed89454..3c702dc53d 100644 --- a/indra/llrender/llfontfreetype.cpp +++ b/indra/llrender/llfontfreetype.cpp @@ -423,7 +423,7 @@ bool LLFontFreetype::hasGlyph(llwchar wch) const  LLFontGlyphInfo* LLFontFreetype::addGlyph(llwchar wch) const  {  	if (mFTFace == NULL) -		return false; +		return NULL;  	llassert(!mIsFallback);  	//LL_DEBUGS() << "Adding new glyph for " << wch << " to font" << LL_ENDL;  | 
