[FIRE-35019] - Fix up another formatting issue
Visual studio is adding a lot of odd spacing that seems to mess up GIT.master
parent
5ce3ede622
commit
9e57397f45
|
|
@ -533,8 +533,8 @@ void LLHUDText::updateVisibility()
|
|||
// <FS:minerjr> [FIRE-35019] Add LLHUBNameTag background to floating text and hover highlights
|
||||
//if (!mTextSegments.size() || (mDoFade && (mLastDistance > mFadeDistance + mFadeRange)))
|
||||
// Use local do fade check to allow highlighed objects to force text to be visible
|
||||
if (!mTextSegments.size() || (doFade && (mLastDistance > mFadeDistance + mFadeRange)))
|
||||
// </FS:minerjr> [FIRE-35019]
|
||||
if (!mTextSegments.size() || (doFade && (mLastDistance > mFadeDistance + mFadeRange)))
|
||||
// </FS:minerjr> [FIRE-35019]
|
||||
{
|
||||
mVisible = false;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue