fix them all
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user