Adjusts engine cleanup ordering on shaderFeatureMgr to avoid periodic crashes on Mac ARM machines

Adds missing disconnect/timeout handling callbacks to the clientServer core module
Adds page refresh function to UINavigation to be able to selectively nudge the current page to refresh its contents if needbe
This commit is contained in:
JeffR 2022-06-05 01:21:38 -05:00
parent 34d109d45e
commit 1acf4b2dae
4 changed files with 32 additions and 2 deletions

View file

@ -35,6 +35,8 @@ function MainMenuGui::onWake(%this)
//This will ultimately call MainMenuButtons::onOpen(), so to see where the navigation
//chain continues, see that function.
%this.setRootPage(MainMenuButtons);
%this.refreshPage();
}
function MainMenuButtonHolder::onWake(%this)