mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-12 23:40:06 +00:00
Fixed a comment
This commit is contained in:
parent
50ef8f39a4
commit
36437712c7
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user