fix new warning hit

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-10 13:24:20 -07:00
parent 2d1ed48fea
commit 4450eb4e22
@@ -330,7 +330,7 @@ namespace EMStudio
const size_t numMorphTargets = m_morphSetup->GetNumMorphTargets();
const uint32 numPhonemeSets = m_morphTarget->GetNumAvailablePhonemeSets();
int insertPosition = 0;
for (int i = 1; i < numPhonemeSets; ++i)
for (uint32 i = 1; i < numPhonemeSets; ++i)
{
// check if another morph target already has this phoneme set.
bool phonemeSetFound = false;