Skip to content

Commit 98c26cb

Browse files
committed
Committed a bug for testing
1 parent 539c0a8 commit 98c26cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/vk_mem_alloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5207,6 +5207,8 @@ VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem)
52075207
return PushFront();
52085208
}
52095209

5210+
BUG BUG BUG
5211+
52105212
template<typename T>
52115213
VmaListItem<T>* VmaRawList<T>::InsertBefore(ItemType* pItem, const T& value)
52125214
{

0 commit comments

Comments
 (0)