Fix unused variable warning in release configuration: DebugComponent::DrawInstanceDebug (#2085)
Signed-off-by: moraaar <moraaar@amazon.com>
This commit is contained in:
@@ -185,7 +185,7 @@ void DebugComponent::DisplayEntityViewport(const AzFramework::ViewportInfo& view
|
||||
}
|
||||
}
|
||||
|
||||
void DebugComponent::DrawInstanceDebug(AzFramework::DebugDisplayRequests& debugDisplay)
|
||||
void DebugComponent::DrawInstanceDebug([[maybe_unused]] AzFramework::DebugDisplayRequests& debugDisplay)
|
||||
{
|
||||
#if defined(VEG_PROFILE_ENABLED)
|
||||
AZStd::unordered_map<AreaId, AreaDebugDisplayData> areaDebugDisplayDataMap;
|
||||
|
||||
Reference in New Issue
Block a user