Compile out tracker in release mode

Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
Jeremy Ong
2021-08-24 15:06:56 -06:00
parent c37c0cab08
commit a9b4ad3486
5 changed files with 25 additions and 14 deletions
@@ -269,7 +269,7 @@ namespace Terrain
void TerrainFeatureProcessor::ProcessSurfaces(const FeatureProcessor::RenderPacket& process)
{
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzRender);
AZ_PROFILE_FUNCTION(AzRender);
if (m_drawListTag.IsNull())
{