fix: uninitialized memory

This commit is contained in:
David Markowitz
2025-11-18 12:59:28 -08:00
committed by GitHub
parent ca7424cbeb
commit 457732775b

View File

@@ -63,7 +63,7 @@ private:
bool m_GhostOverride;
bool m_IsGMInvisible;
bool m_IsGMInvisible{ false };
};