mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
Add restart to prelaunch button to settings, remove gamemodeStub functions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user