[not working] Made lod selection more generic for further work
Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user