fix: uninitialized memory (#1937)

This commit is contained in:
David Markowitz
2025-11-18 19:06:03 -08:00
committed by GitHub
parent ca7424cbeb
commit ea86a708e4

View File

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