Fix line endings
parent
f3a6b3fc29
commit
2b9a8d7255
|
|
@ -78,10 +78,10 @@ void LLSpeaker::lookupName()
|
|||
{
|
||||
if (mDisplayName.empty())
|
||||
{
|
||||
// <FS:Zi> Crash fix on login
|
||||
if(!gCacheName)
|
||||
return;
|
||||
// </FS:Zi>
|
||||
// <FS:Zi> Crash fix on login
|
||||
if(!gCacheName)
|
||||
return;
|
||||
// </FS:Zi>
|
||||
LLAvatarNameCache::get(mID, boost::bind(&LLSpeaker::onNameCache, this, _1, _2)); // todo: can be group???
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue