If a scene block resolution somehow gets abandoned, remove it from the list of blocks we're awaiting. I'd like to believe this is related to the mysterious YPP missing scene block bugs we've seen forever, but since I can't reproduce it - no idea if it actually is.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@302 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2007-10-10 18:15:15 +00:00
parent 59186e034f
commit 8bc738c6d8
@@ -908,6 +908,10 @@ public class MisoScenePanel extends VirtualMediaPanel
if (_dpanel != null) {
_dpanel.blockCleared(block);
}
// Clear out waiting for the block since it is no longer resolving.
_pendingBlocks--;
_visiBlocks.remove(block);
}
/**