Typo
V501 There are identical sub-expressions to the left and to the right of the ‘==’ operator: bActive == bActive LightEntity.h 124
void SetActive(bool bActive) { if (bActive == bActive) return; m_bActive = bActive; OnResetState(); }
The function SetActive does nothing because of a typo.
Please click here to see more bugs from this project.