Fix merge error

This commit is contained in:
Jérôme Leclercq 2023-07-21 09:13:19 +02:00
parent c30b498216
commit 313be2d0f4
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ namespace Nz::Vk
using AutoFree::AutoFree;
operator VkCommandBuffer() const { return Get(); }
};
}
};
}
#include <Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl>