From 746c5b603f01310ae9a868bb9f9fcda774c3d369 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 28 Dec 2021 09:28:22 +0100 Subject: [PATCH] GS: Try to fix -Wreorder warning. --- pcsx2/GS/GSState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/GS/GSState.cpp b/pcsx2/GS/GSState.cpp index f5b19f4402..5480cfc26d 100644 --- a/pcsx2/GS/GSState.cpp +++ b/pcsx2/GS/GSState.cpp @@ -29,12 +29,12 @@ GSState::GSState() , m_skip(0) , m_skip_offset(0) , m_q(1.0f) + , m_scanmask_used(false) , m_vt(this) , m_regs(NULL) , m_crc(0) , m_options(0) , m_frameskip(0) - , m_scanmask_used(false) { // m_nativeres seems to be a hack. Unfortunately it impacts draw call number which make debug painful in the replayer. // Let's keep it disabled to ease debug.