Преглед изворни кода

Forgot shutdown the driver at exit.

BDisp пре 5 година
родитељ
комит
67785f7e7f
1 измењених фајлова са 1 додато и 0 уклоњено
  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;