Reduce error to warning to prevent debugbreaks

This commit is contained in:
baldurk
2022-12-22 16:04:04 +00:00
parent 5e04ab288d
commit 1f4932747e
+1 -1
View File
@@ -50,7 +50,7 @@ struct NVVulkanCounters::Impl
{
if(!NVCounterEnumerator::InitializeNvPerf())
{
RDCERR("NvPerf library failed to initialize");
RDCWARN("NvPerf library failed to initialize");
LibraryNotFound = true;
// NOTE: Return success here so that we can later show a message