mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 08:32:47 +00:00
Send Load event to GUI objects after (instead of while) loading the rest of the engine
This was SVN commit r1635.
This commit is contained in:
@@ -1132,6 +1132,10 @@ TIMER(init_after_InitRenderer);
|
||||
in_add_handler(hotkeyInputHandler); // <- Leave this one until after all the others.
|
||||
}
|
||||
|
||||
#ifndef NO_GUI
|
||||
g_GUI.SendEventToAll("load");
|
||||
#endif
|
||||
|
||||
MICROLOG(L"render blank");
|
||||
// render everything to a blank frame to force renderer to load everything
|
||||
RenderNoCull();
|
||||
|
||||
Reference in New Issue
Block a user