Skip to content

Commit 8a6a41c

Browse files
committed
Missed the caching
1 parent b44888b commit 8a6a41c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sentry.Unity.Native/SentryNativeBridge.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ internal static class SentryNativeBridge
1616
{
1717
public static bool Init(SentryUnityOptions options)
1818
{
19-
_options = options;
2019
_useLibC = Application.platform
2120
is RuntimePlatform.LinuxPlayer or RuntimePlatform.LinuxServer
2221
or RuntimePlatform.PS5;

0 commit comments

Comments
 (0)