[FIRE-35019] - Fix up another formatting issue

Visual studio is adding a lot of odd spacing that seems to mess up GIT.
master
minerjr 2024-12-30 19:32:31 -04:00
parent 5ce3ede622
commit 9e57397f45
1 changed files with 2 additions and 2 deletions

View File

@ -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;