From: Mikko Rasa Date: Sun, 10 Dec 2023 10:06:31 +0000 (+0200) Subject: Remove an unnecessary move X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=97e8b1af35a7db1f79bc9b5156e3322413be1788;p=libs%2Fgl.git Remove an unnecessary move Temporaries will be moved automatically --- 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