Add Requesting engine exit event. Expose Fatal erro and requesting exit to c#
This commit is contained in:
@@ -199,6 +199,7 @@ void GameBaseImpl::OnMainWindowClosed()
|
||||
|
||||
// Request engine exit
|
||||
Globals::IsRequestingExit = true;
|
||||
Engine::RequestingExit();
|
||||
}
|
||||
|
||||
void GameBaseImpl::OnPostRender(GPUContext* context, RenderContext& renderContext)
|
||||
|
||||
Reference in New Issue
Block a user