Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-18 15:48:17 -07:00
committed by Esteban Papp
parent 3c56edb827
commit a66f9c0e59
15 changed files with 22 additions and 22 deletions
@@ -81,7 +81,7 @@ void CShadowsSetupNode::OnReset()
//-----------------------------------------------------------------------------
unsigned int CShadowsSetupNode::GetParamCount() const
{
return ShadowSetupNode::s_shadowSetupParams.size();
return static_cast<int>(ShadowSetupNode::s_shadowSetupParams.size());
}
//-----------------------------------------------------------------------------