Simplified the code around MaterialAsset::ApplyVersionUpdates()

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2021-10-21 00:07:36 -07:00
parent 1633ced656
commit 46061eb302
10 changed files with 119 additions and 36 deletions
@@ -31,8 +31,6 @@ namespace AZ
->Field("ToVersion", &MaterialVersionUpdate::m_toVersion)
->Field("Actions", &MaterialVersionUpdate::m_actions)
;
serializeContext->RegisterGenericType<MaterialVersionUpdateMap>();
}
}