When we call leavePlace() make sure locationDidChange() is dispatched to

listeners letting them know that we're no longer in a location.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4805 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-08-03 22:40:00 +00:00
parent 87bad12e19
commit 4260a71946
2 changed files with 8 additions and 0 deletions
@@ -191,6 +191,10 @@ public class LocationDirector extends BasicDirector
_lservice.leavePlace(_ctx.getClient());
didLeavePlace();
// let our observers know that we're no longer in a location
_observers.apply(_didChangeOp);
return true;
}