From 7d2949ca733cc26ec345d9debb5b2b74e4357192 Mon Sep 17 00:00:00 2001 From: Lillian Salehi Date: Sat, 19 Oct 2024 06:01:10 -0500 Subject: [PATCH] Push before i fucking break everything again --- src/graphics/graphicspipeline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/graphics/graphicspipeline.cpp b/src/graphics/graphicspipeline.cpp index 2fa0125..ea74abf 100644 --- a/src/graphics/graphicspipeline.cpp +++ b/src/graphics/graphicspipeline.cpp @@ -251,8 +251,8 @@ namespace graphics_pipeline { swapChainFramebuffers.resize(framebuffersSize); for(size_t i = 0; i < framebuffersSize; i++) { - std::array attachments = { - device_libs::DeviceControl::getSwapChainImageViews()[i], + std::array attachments = { + device_libs::DeviceControl::getSwapChainImageViews()[i], Global::depthImageView };