You too. Naughty misreporter.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5943 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-09-10 19:32:06 +00:00
parent 1c60b9cc75
commit a8d3227fb5
@@ -401,6 +401,7 @@ public class PresentsDObjectMgr
// make a note of the thread that's processing events
synchronized (this) {
_dobjThread = Thread.currentThread();
_running = true;
}
while (isRunning()) {
@@ -1051,7 +1052,7 @@ public class PresentsDObjectMgr
}
/** A flag indicating that the event dispatcher is still running. */
protected boolean _running = true;
protected boolean _running;
/** The event queue via which all events are processed. */
protected Queue<Object> _evqueue = new Queue<Object>();