fix android compile error

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
rhhong
2021-11-03 09:27:42 -07:00
parent 0c86198fd9
commit 246debd50a
@@ -20,6 +20,8 @@ namespace AZ::Render
AZ_RTTI(RenderActorSettings, "{240BDFE2-D7F5-4927-A8CA-D2945E41AFFD}");
AZ_CLASS_ALLOCATOR(RenderActorSettings, AZ::SystemAllocator, 0)
virtual ~RenderActorSettings() = default;
float m_vertexNormalsScale = 1.0f;
float m_faceNormalsScale = 1.0f;
float m_tangentsScale = 1.0f;