fixed typo in vegitation mock
Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
This commit is contained in:
@@ -555,7 +555,7 @@ namespace UnitTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
AZ::RPI::Cullable::LodType m_lodTypeOutput;
|
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;
|
m_lodTypeOutput = lodType;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user