Skip to content

Commit

Permalink
fix: added blui macro for ue5 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed Feb 18, 2024
1 parent 7490c1c commit 6582c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Immutable/Private/Immutable/ImmutableSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6582c3b

Please sign in to comment.