Skip to content

Commit 3643771

Browse files
Fixed a comment
1 parent 50ef8f3 commit 3643771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/D3D12MemAlloc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8185,7 +8185,7 @@ NormalBlock::~NormalBlock()
81858185
{
81868186
if (m_pMetadata != NULL)
81878187
{
8188-
// Define macro VMA_DEBUG_LOG to receive the list of the unfreed allocations
8188+
// Define macro D3D12MA_DEBUG_LOG to receive the list of the unfreed allocations.
81898189
if (!m_pMetadata->IsEmpty())
81908190
m_pMetadata->DebugLogAllAllocations();
81918191

0 commit comments

Comments
 (0)