More fixes for Gems

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-13 16:04:46 -07:00
parent e7f07147cb
commit 1d4c53a777
15 changed files with 48 additions and 29 deletions
@@ -15,7 +15,7 @@ namespace AZ
{
// Normally this would be defined in the header file and substituted by the compiler, but for
// some reason clang doesn't accept it.
const ModelMaterialSlot::StableId ModelMaterialSlot::InvalidStableId = -1;
const ModelMaterialSlot::StableId ModelMaterialSlot::InvalidStableId = std::numeric_limits<ModelMaterialSlot::StableId>::max();
void ModelMaterialSlot::Reflect(AZ::ReflectContext* context)
{