Skip to content

Commit bc47382

Browse files
committed
fix: fixed minor issues
1 parent a3e1aec commit bc47382

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Source/Immutable/Private/Immutable/ImtblBlui.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ void UImtblBlui::Init()
9393
BluEye->bEnabled = true;
9494
IMTBL_LOG("Events subscribed")
9595

96-
BluEye->Init();
96+
if (!BluEye->Init())
97+
{
98+
IMTBL_ERR("BluEye is not initialised")
99+
return;
100+
}
97101
IMTBL_LOG("BluEye Initialised")
98102

99103
// We're attempting to replicate the process that Unreal's WebBrowser

Source/Immutable/Public/Immutable/ImmutableDataTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct FImtblUserProfile
100100
};
101101

102102
USTRUCT()
103-
struct FImmutablePassportZkEvmRequestAccountsData
103+
struct IMMUTABLE_API FImmutablePassportZkEvmRequestAccountsData
104104
{
105105
GENERATED_BODY()
106106

0 commit comments

Comments
 (0)