Przeglądaj źródła

one exception a day..."

Florian Mueller 8 lat temu
rodzic
commit
631862650e

BIN
.vs/bbiwarg/v14/.suo


+ 7 - 0
bbiwarg/Input/InputProviding/InputProviderIntel.cs

@@ -112,6 +112,13 @@ namespace BBIWARG.Input.InputProviding
                     Console.WriteLine("Camera caused corrupted process state.");
                     errorstate = true;
                 }
+                catch (Exception)
+                {
+                    Console.WriteLine("Camera Thread crashed.");
+                    errorstate = true;
+                }
+                
+
 
                 
             }