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 };