enable warning 4296: 'operator': expression is always false
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -745,7 +745,7 @@ private:
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (m_index >= 0 && m_index < m_parentNode->getChildCount())
|
||||
if (m_index < m_parentNode->getChildCount())
|
||||
{
|
||||
m_currentChildNode = m_parentNode->getChild(static_cast<int>(m_index));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user