GS: Try to fix -Wreorder warning.

This commit is contained in:
lightningterror 2021-12-28 09:28:22 +01:00
parent d0de8d22fe
commit 746c5b603f
1 changed files with 1 additions and 1 deletions

View File

@ -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.