Updated material builder version numbers in case my prior changes were impactful (it might not be necessary but I'm not sure, so just in case)

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2022-01-14 13:05:59 -08:00
parent a896ff11bc
commit 638fc027f5
2 changed files with 2 additions and 2 deletions
@@ -128,7 +128,7 @@ namespace AZ
if (auto* serialize = azrtti_cast<SerializeContext*>(context))
{
serialize->Class<MaterialAssetBuilderComponent, SceneAPI::SceneCore::ExportingComponent>()
->Version(21); // material dependency improvements updated
->Version(22); // more material dependency improvements
}
}