fix them all

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 18:33:22 -07:00
committed by Esteban Papp
parent f02957c140
commit 58f8b563d0
22 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -2068,7 +2068,7 @@ int UiTextComponent::GetFontEffect()
////////////////////////////////////////////////////////////////////////////////////////////////////
void UiTextComponent::SetFontEffect(int effectIndex)
{
if (m_fontEffectIndex != effectIndex)
if (m_fontEffectIndex != static_cast<unsigned int>(effectIndex))
{
m_fontEffectIndex = effectIndex;