Use fmt store instead of ToString fallback
Thanks to @jonathanpoelen for the idea
This commit is contained in:
committed by
Jérôme Leclercq
parent
a741672a51
commit
ab8bac2575
@@ -495,7 +495,6 @@ namespace Nz
|
||||
|
||||
bool VulkanSwapchain::SetupRenderPass()
|
||||
{
|
||||
NazaraError("Test");
|
||||
std::optional<PixelFormat> colorFormat = FromVulkan(m_surfaceFormat.format);
|
||||
if (!colorFormat)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user