浏览代码

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;