Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Oct 31, 2024
1 parent 2b7c29e commit dff7f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-dev/Source/Sentry/Private/SentryOutputDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ bool FSentryOutputDevice::CanBeUsedOnMultipleThreads() const
return true;
}

#if ENGINE_MAJOR_VERSION >= 5
#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 1
bool FSentryOutputDevice::CanBeUsedOnPanicThread() const
{
return true;
Expand Down

0 comments on commit dff7f01

Please sign in to comment.