Fix clang 13 compilation problems (#5791)
* Fix clang 13 compilation problems Re-instated ShowPlayedSequencesDebug logic by introducing no-op lambda which replaces missing `Draw2dLabel` functionality ( added TODO marker there ) Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * apply review suggestions Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Fix type in assert message Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -343,17 +343,6 @@ namespace Audio
|
||||
{
|
||||
if (CVars::s_debugDrawOptions.AreAllFlagsActive(DebugDraw::Options::FileCacheInfo))
|
||||
{
|
||||
EATLDataScope dataScope = eADS_ALL;
|
||||
|
||||
if (CVars::s_fcmDrawOptions.AreAllFlagsActive(FileCacheManagerDebugDraw::Options::Global))
|
||||
{
|
||||
dataScope = eADS_GLOBAL;
|
||||
}
|
||||
else if (CVars::s_fcmDrawOptions.AreAllFlagsActive(FileCacheManagerDebugDraw::Options::LevelSpecific))
|
||||
{
|
||||
dataScope = eADS_LEVEL_SPECIFIC;
|
||||
}
|
||||
|
||||
const auto frameTime = AZStd::chrono::system_clock::now();
|
||||
|
||||
const float entryDrawSize = 1.5f;
|
||||
|
||||
Reference in New Issue
Block a user