Fix missing parameter number

This commit is contained in:
Georg Hagen
2024-12-13 00:01:39 +01:00
parent 99d208b923
commit 2b8377e0a6

View File

@@ -119,7 +119,7 @@ namespace OpenVulkano::GLFW
throw WindowInitFailedException("Failed to initialize window");
}
if (renderApi != RenderAPI::Vulkan) MakeCurrentThread();
Logger::WINDOW->info("GLFW Window created (id: {0}) with scale {}", GetWindowId(), contentScale);
Logger::WINDOW->info("GLFW Window created (id: {0}) with scale {1}", GetWindowId(), contentScale);
}
void WindowGLFW::Close()