fix them all
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1559,7 +1559,7 @@ void CTrackViewDialog::OnAddSelectedNode()
|
||||
selectedEntitiesCount, &AzToolsFramework::ToolsApplicationRequests::GetSelectedEntitiesCount);
|
||||
|
||||
// check to make sure all nodes were added and notify user if they weren't
|
||||
if (addedNodes.GetCount() != selectedEntitiesCount)
|
||||
if (addedNodes.GetCount() != static_cast<unsigned int>(selectedEntitiesCount))
|
||||
{
|
||||
IMovieSystem* movieSystem = GetIEditor()->GetMovieSystem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user