More fixes for Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ void CScreenFaderKeyUIControls::OnUIChange(IVariable* pVar, CTrackViewKeyBundle&
|
||||
|
||||
for (size_t keyIndex = 0, num = selectedKeys.GetKeyCount(); keyIndex < num; ++keyIndex)
|
||||
{
|
||||
CTrackViewKeyHandle selectedKey = selectedKeys.GetKey(keyIndex);
|
||||
CTrackViewKeyHandle selectedKey = selectedKeys.GetKey(static_cast<unsigned int>(keyIndex));
|
||||
|
||||
CAnimParamType paramType = selectedKey.GetTrack()->GetParameterType();
|
||||
if (paramType == AnimParamType::ScreenFader)
|
||||
|
||||
Reference in New Issue
Block a user