Patch from Charlie.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2332 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2008-07-03 18:10:55 +00:00
parent 872cd06201
commit 6717fecd06
@@ -80,6 +80,8 @@ public class LoopingThread extends Thread
}
} finally {
// Running needs to be false even if this exited due to a Throwable from iterate
_running = false;
didShutdown();
}
}