fix oddities

This commit is contained in:
MelonSpeedruns
2026-04-11 17:23:44 -04:00
parent 90944a8607
commit 2a34b42480
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ namespace dusk {
return;
}
if (!m_isLaunchInitialized) {
if (dusk::IsGameLaunched && !m_isLaunchInitialized) {
m_toasts.emplace_back("Press F1 to toggle menu"s, 5.f);
m_isLaunchInitialized = true;
}