From 97e8b1af35a7db1f79bc9b5156e3322413be1788 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 10 Dec 2023 12:06:31 +0200 Subject: [PATCH] Remove an unnecessary move Temporaries will be moved automatically --- source/backends/vulkan/swapchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backends/vulkan/swapchain.cpp b/source/backends/vulkan/swapchain.cpp index 572a42fe..a1cb00ba 100644 --- a/source/backends/vulkan/swapchain.cpp +++ b/source/backends/vulkan/swapchain.cpp @@ -78,7 +78,7 @@ SwapChain::SwapChain(unsigned w, unsigned h, unsigned n_images_min): images.reserve(n_images); for(unsigned i=0; i