Add restart to prelaunch button to settings, remove gamemodeStub functions

This commit is contained in:
jdflyer
2026-07-26 00:25:59 -07:00
parent 9c2e0e9331
commit f22bfcd9ba
11 changed files with 77 additions and 24 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ void fapGm_Execute() {
#ifdef TARGET_PC
const dusk::gamemode::Gamemode* gamemode = dusk::gamemode::getGamemodeManager().getCurrentGamemode();
if (gamemode) {
gamemode->mOnTickFunction();
gamemode->invokeOnTickFunction();
}
dusk::AchievementSystem::get().tick();
dusk::menu_pointer::end_game_frame();