Parcourir la source

Forgot shutdown the driver at exit.

BDisp il y a 5 ans
Parent
commit
67785f7e7f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Example/demo.cs

+ 1 - 0
Example/demo.cs

@@ -539,6 +539,7 @@ static class Demo {
 		while (running != null) {
 			running.Invoke ();
 		}
+		Application.Shutdown ();
 	}
 
 	public static Label ml;