Merge branch 'development' into cmake/linux_fix_warn_unused
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -260,7 +260,7 @@ unsigned int CAnimSceneNode::GetParamCount() const
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
CAnimParamType CAnimSceneNode::GetParamType(unsigned int nIndex) const
|
||||
{
|
||||
if (nIndex >= 0 && nIndex < (int)s_nodeParams.size())
|
||||
if (nIndex < s_nodeParams.size())
|
||||
{
|
||||
return s_nodeParams[nIndex].paramType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user