mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 07:30:40 +01:00
Fix vehicles with disappearing drivers
This commit is contained in:
parent
b6131c0b0e
commit
6bd369845e
5 changed files with 95 additions and 32 deletions
|
|
@ -30,7 +30,9 @@ namespace SceneManager
|
|||
Settings.LoadSettings();
|
||||
GetAssemblyVersion();
|
||||
MenuManager.InitializeMenus();
|
||||
Game.LogTrivial("[DEBUG] After initializing menus.");
|
||||
Hints.DisplayHintsToOpenMenu();
|
||||
Game.LogTrivial("[DEBUG] After displaying hints to open the menu.");
|
||||
|
||||
GameFiber.StartNew(() => UserInput.HandleKeyPress(), "Handle User Input");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue