From 6582c3b06b15f52f26f77bd28e56fa98a12c3df1 Mon Sep 17 00:00:00 2001 From: YermekG Date: Sun, 18 Feb 2024 22:59:53 +1300 Subject: [PATCH] fix: added blui macro for ue5 projects --- Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp b/Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp index d07eab4..89db674 100644 --- a/Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp +++ b/Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp @@ -38,8 +38,10 @@ void UImmutableSubsystem::Deinitialize() { IMTBL_LOG_FUNCSIG BrowserWidget = nullptr; +#if USING_BLUI_CEF IMTBL_LOG("Stopped BLUI event loop"); ImtblBlui->StopBluiEventLoop(); +#endif ImtblBlui = nullptr; Passport = nullptr; #if PLATFORM_ANDROID | PLATFORM_IOS