Fix warning
This commit is contained in:
parent
fcd481ee15
commit
ab5bed456b
|
@ -55,7 +55,7 @@ void Animator::unserialize(int animationPhases, const FileStreamPtr& fin)
|
||||||
|
|
||||||
m_phase = getStartPhase();
|
m_phase = getStartPhase();
|
||||||
|
|
||||||
assert(m_animationPhases == m_phaseDurations.size());
|
assert(m_animationPhases == (int)m_phaseDurations.size());
|
||||||
assert(m_startPhase >= -1 && m_startPhase < m_animationPhases);
|
assert(m_startPhase >= -1 && m_startPhase < m_animationPhases);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue