More delayed block loading improvements: resolve fewer blocks, use the

same mechanism for including and excluding blocks.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2464 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-04-25 22:13:14 +00:00
parent 8bab0bd281
commit d86ddce45d
3 changed files with 222 additions and 164 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneBlockResolver.java,v 1.1 2003/04/25 18:22:26 mdb Exp $
// $Id: SceneBlockResolver.java,v 1.2 2003/04/25 22:13:14 mdb Exp $
package com.threerings.miso.client;
@@ -30,8 +30,10 @@ public class SceneBlockResolver extends LoopingThread
try {
// resolve the block
Log.info("Resolving block " + block + ".");
block.resolve();
// if (block.resolve()) {
// Log.info("Resolved block " + block + ".");
// }
// queue it up on the AWT thread to complete its resolution
EventQueue.invokeLater(new Runnable() {