Fix missing parameter number
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user