[not working] Made lod selection more generic for further work

Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
This commit is contained in:
Kyle B
2021-08-11 15:49:50 -07:00
parent 51271fa15b
commit 0c05c9f204
7 changed files with 113 additions and 36 deletions
@@ -376,7 +376,7 @@ namespace AZ
else
{
AZ_Assert(false, "Invalid mesh handle");
return {0,0,0.0f,0.0f};
return {RPI::Cullable::LodType::Default, 0, 0.0f, 0.0f };
}
}