Use fmt store instead of ToString fallback

Thanks to @jonathanpoelen for the idea
This commit is contained in:
SirLynix
2023-08-14 23:47:00 +02:00
committed by Jérôme Leclercq
parent a741672a51
commit ab8bac2575
10 changed files with 118 additions and 243 deletions

View File

@@ -495,7 +495,6 @@ namespace Nz
bool VulkanSwapchain::SetupRenderPass()
{
NazaraError("Test");
std::optional<PixelFormat> colorFormat = FromVulkan(m_surfaceFormat.format);
if (!colorFormat)
{