diff --git a/Source/Core/VideoCommon/AbstractFramebuffer.h b/Source/Core/VideoCommon/AbstractFramebuffer.h index e4c3b0451c..194dca24bc 100644 --- a/Source/Core/VideoCommon/AbstractFramebuffer.h +++ b/Source/Core/VideoCommon/AbstractFramebuffer.h @@ -44,9 +44,9 @@ public: protected: AbstractTexture* m_color_attachment; AbstractTexture* m_depth_attachment; + std::vector m_additional_color_attachments; AbstractTextureFormat m_color_format; AbstractTextureFormat m_depth_format; - std::vector m_additional_color_attachments; u32 m_width; u32 m_height; u32 m_layers;