mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 19:50:05 +00:00
Fix export of custom pool names
This commit is contained in:
parent
17f992a0ad
commit
a5b20c022e
@ -7449,8 +7449,8 @@ void AllocatorPimpl::BuildStatsString(WCHAR** ppStatsString, BOOL detailedMap)
|
||||
json.ContinueString(index++);
|
||||
if (item->GetName())
|
||||
{
|
||||
json.WriteString(L" - ");
|
||||
json.WriteString(item->GetName());
|
||||
json.ContinueString(L" - ");
|
||||
json.ContinueString(item->GetName());
|
||||
}
|
||||
json.EndString();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user