Add Assist Clap text to the overlay

This commit is contained in:
teejusb
2025-05-17 12:19:21 -07:00
parent ecfcb11a00
commit a780bdb7be
+4
View File
@@ -69,6 +69,10 @@ void ScreenSyncOverlay::UpdateText()
FAIL_M(ssprintf("Invalid PlayerController: %i", pc));
}
if (GAMESTATE->m_SongOptions.GetCurrent().m_bAssistClap) {
vs.push_back("Assist Clap");
}
AutosyncType type = GAMESTATE->m_SongOptions.GetCurrent().m_AutosyncType;
switch( type )
{