Clean up logic

This commit is contained in:
Liru Færs
2019-12-12 20:21:14 -05:00
parent 0c3e1f602a
commit c6e3c31fae

View File

@@ -8667,7 +8667,7 @@ bool LLVOAvatar::isTooComplex() const
{
too_complex = false;
}
else if ((always_render_friends >= 2) && !isControlAvatar())
else if (always_render_friends >= 2 && !isControlAvatar())
{
too_complex = true;
}