Skip to content

Commit da5d248

Browse files
VmaReplay: Minor fix.
1 parent 1987598 commit da5d248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VmaReplay/VmaReplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ void Player::Defragment()
18241824
printf(" bytesMoved: %llu\n", defragStats.bytesMoved);
18251825
printf(" bytesFreed: %llu\n", defragStats.bytesFreed);
18261826
printf(" allocationsMoved: %u\n", defragStats.allocationsMoved);
1827-
printf(" deviceMemoryBlocksMoved: %u\n", defragStats.deviceMemoryBlocksFreed);
1827+
printf(" deviceMemoryBlocksFreed: %u\n", defragStats.deviceMemoryBlocksFreed);
18281828
printf(" allocationsLost: %u\n", defragStats.allocationsLost);
18291829

18301830
vmaCalculateStats(m_Allocator, &stats);

0 commit comments

Comments
 (0)