fixed typo in vegitation mock

Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
This commit is contained in:
Kyle B
2021-08-18 19:35:51 -07:00
parent c515ead27e
commit 13f4f3b37a
+1 -1
View File
@@ -555,7 +555,7 @@ namespace UnitTest
}
AZ::RPI::Cullable::LodType m_lodTypeOutput;
void SetLodOverride(AZ::RPI::Cullable::LodType lodType) override
void SetLodType(AZ::RPI::Cullable::LodType lodType) override
{
m_lodTypeOutput = lodType;
}