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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user