Fix EMotionFX Editor tests to compile with -Wshorten-64-to-32
Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -106,7 +106,7 @@ namespace EMotionFX
|
||||
QList<QAction*> actions = viewMenu->findChildren<QAction*>();
|
||||
int numActions = actions.size() - 1;// -1 as we don't want to include the view menu action itself.
|
||||
|
||||
const AZ::u32 numPlugins = pluginManager->GetNumPlugins();
|
||||
const size_t numPlugins = pluginManager->GetNumPlugins();
|
||||
|
||||
int visiblePlugins = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user