@@ -85,5 +85,6 @@ private class HaxeThread extends java.lang.Thread
super();
threadObject = hxThread;
runFunction = run;
+ setDaemon(true);
}