Compilation...

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@31 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-07-28 20:49:54 +00:00
parent 7ee319bb2b
commit de896d967c
10 changed files with 62 additions and 44 deletions
@@ -381,7 +381,10 @@ public class SpotSceneDirector extends BasicDirector
clearCluster(true);
// stop listening to the client object
event.getClient().getClientObject().removeListener(this);
var clientObj :ClientObject = event.getClient().getClientObject();
if (clientObj != null) {
clientObj.removeListener(this);
}
_self = null;
}