Fixed a comment

This commit is contained in:
Adam Sawicki 2022-10-19 14:57:36 +02:00
parent 50ef8f39a4
commit 36437712c7

View File

@ -8185,7 +8185,7 @@ NormalBlock::~NormalBlock()
{
if (m_pMetadata != NULL)
{
// Define macro VMA_DEBUG_LOG to receive the list of the unfreed allocations
// Define macro D3D12MA_DEBUG_LOG to receive the list of the unfreed allocations.
if (!m_pMetadata->IsEmpty())
m_pMetadata->DebugLogAllAllocations();