Browse Source

Forgot shutdown the driver at exit.

BDisp 5 years ago
parent
commit
67785f7e7f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Example/demo.cs

+ 1 - 0
Example/demo.cs

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