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
@@ -231,7 +231,7 @@ namespace Maestro
// check for paramType specialization attributes on the getter method of the virtual property. if found, reset
// to the eAnimParamType enum - this leaves the paramType name unchanged but changes the type.
for (int i = virtualProperty->m_getter->m_attributes.size(); --i >= 0;)
for (int i = static_cast<int>(virtualProperty->m_getter->m_attributes.size()); --i >= 0;)
{
if (virtualProperty->m_getter->m_attributes[i].first == AZ::Edit::Attributes::PropertyPosition)
{