Skip to content

Commit

Permalink
Merge pull request #648 from tiltedphoques/tweak/disableSentry
Browse files Browse the repository at this point in the history
Disable sentry
  • Loading branch information
RobbeBryssinck authored Mar 29, 2024
2 parents 8dadee2 + 7421222 commit cc5fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/client/TiltedOnlineApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ struct TiltedOnlineApp final : App
#if (!IS_MASTER)
CrashHandler m_crashHandler;
#else
ScopedCrashHandler m_crashHandler;
//ScopedCrashHandler m_crashHandler;
#endif
};

0 comments on commit cc5fd24

Please sign in to comment.