Compare commits

...

1 Commits

Author SHA1 Message Date
David Markowitz
457732775b fix: uninitialized memory 2025-11-18 12:59:28 -08:00

View File

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