Fixed endless crash messagebox spam if the game fails to resolve a SharpDX exception on startup

This commit is contained in:
Regalis
2016-12-11 22:43:05 +02:00
parent 2871830670
commit 272ec4583f
+1
View File
@@ -53,6 +53,7 @@ namespace Barotrauma
else
{
CrashDump(game, "crashreport.txt", e);
attemptRestart = false;
}
}