mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 19:50:05 +00:00
Fixed a comment
This commit is contained in:
parent
50ef8f39a4
commit
36437712c7
@ -8185,7 +8185,7 @@ NormalBlock::~NormalBlock()
|
|||||||
{
|
{
|
||||||
if (m_pMetadata != NULL)
|
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())
|
if (!m_pMetadata->IsEmpty())
|
||||||
m_pMetadata->DebugLogAllAllocations();
|
m_pMetadata->DebugLogAllAllocations();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user