diff --git a/pcsx2/GS/Renderers/Common/GSTexture.h b/pcsx2/GS/Renderers/Common/GSTexture.h index f121a77c19..664bde18d7 100644 --- a/pcsx2/GS/Renderers/Common/GSTexture.h +++ b/pcsx2/GS/Renderers/Common/GSTexture.h @@ -58,7 +58,7 @@ public: Invalidated }; - union alignas(16) ClearValue + union ClearValue { u32 color; float depth;